Html Css Color HEX #AF6592 Bouquet

📋 copy color: '#AF6592'

red 175 ◦ green 101 ◦ blue 146

#AF6592
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #AF6592

Tints of Bouquet #AF6592

RGB

 RED value IS 175 (68.75% from 255) = 41.47%

 GREEN value IS 101 (39.84% from 255) = 23.93%

 BLUE value IS 146 (57.42% from 255) = 34.6%

R = 41.47%
G = 23.93%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF6592 (or 0xAF6592) is known color: Bouquet. HEX triplet: AF, 65 and 92. RGB value is (175,101,146). Sum of RGB (Red+Green+Blue) = 175+101+146=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6592 is #509A6D. Grayscale: #808080. Windows color (decimal): -5282414 or 9594287. OLE color: 9594287.

HSL color Cylindrical-coordinate representation of color #AF6592: hue angle of 323.51º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6592 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 101 146 -
CMYK 0 0.42 0.17 0.31
HSL 323.51º 0.32% 0.54% -
HSV(B) 323.51º 0.42% 0.69% -
XYZ 27.52 20.5 29.7 -
YUV 128.26 138.02 161.34 -
System Red Green Blue C M Y K H S L
Decimal 175 101 146 0 0.42 0.17 0.31 323.51 0.32 0.54
Hex AF 65 92 0 2A 11 1F 144 20 36
Octal 257 145 222 0 52 21 37 504 40 66
Binary 10101111 1100101 10010010 0 101010 10001 11111 101000100 100000 110110

Color Harmonies of #AF6592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6592

Black with #AF6592

Text Example


Text Example

White with #AF6592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6592; }

 p { color: rgb(175,101,146); }

 H1.HeaderClassName
 {
   color: #AF6592;
 }
 .AnyTagClassName
 {
   color: #AF6592;
 }
</style>

background-color css

<style>
 a { background-color: #AF6592; }

 a { background-color: rgb(175,101,146); }

 div.DivClassName
 {
   background-color: #AF6592;
 }
 .BgClassName
 {
   background-color: #AF6592;
 }
</style>

border-color css

<style>
 span { border-color: #AF6592; }

 span { border-color: rgb(175,101,146); }

 td.TdClassName
 {
   border-color: #AF6592;
 }
 .TagClassName
 {
   border-color: #AF6592;
 }
</style>