Html Css Color HEX #AF73A2 Bouquet

📋 copy color: '#AF73A2'

red 175 ◦ green 115 ◦ blue 162

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

Shades of Bouquet #AF73A2

Tints of Bouquet #AF73A2

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.44%

 BLUE value IS 162 (63.67% from 255) = 35.84%

R = 38.72%
G = 25.44%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF73A2 (or 0xAF73A2) is known color: Bouquet. HEX triplet: AF, 73 and A2. RGB value is (175,115,162). Sum of RGB (Red+Green+Blue) = 175+115+162=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF73A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF73A2 is #508C5D. Grayscale: #8A8A8A. Windows color (decimal): -5278814 or 10646447. OLE color: 10646447.

HSL color Cylindrical-coordinate representation of color #AF73A2: hue angle of 313º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF73A2 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 115 162 -
CMYK 0 0.34 0.07 0.31
HSL 313º 0.27% 0.57% -
HSV(B) 313º 0.34% 0.69% -
XYZ 30.33 23.98 37.21 -
YUV 138.3 141.38 154.18 -
System Red Green Blue C M Y K H S L
Decimal 175 115 162 0 0.34 0.07 0.31 313 0.27 0.57
Hex AF 73 A2 0 22 7 1F 139 1B 39
Octal 257 163 242 0 42 7 37 471 33 71
Binary 10101111 1110011 10100010 0 100010 111 11111 100111001 11011 111001

Color Harmonies of #AF73A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF73A2

Black with #AF73A2

Text Example


Text Example

White with #AF73A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF73A2; }

 p { color: rgb(175,115,162); }

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

background-color css

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

 a { background-color: rgb(175,115,162); }

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

border-color css

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

 span { border-color: rgb(175,115,162); }

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