Html Css Color HEX #AF73A6 Bouquet

📋 copy color: '#AF73A6'

red 175 ◦ green 115 ◦ blue 166

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

Shades of Bouquet #AF73A6

Tints of Bouquet #AF73A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.4%

R = 38.38%
G = 25.22%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#AF73A6 (or 0xAF73A6) is known color: Bouquet. HEX triplet: AF, 73 and A6. RGB value is (175,115,166). Sum of RGB (Red+Green+Blue) = 175+115+166=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF73A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF73A6 is #508C59. Grayscale: #8A8A8A. Windows color (decimal): -5278810 or 10908591. OLE color: 10908591.

HSL color Cylindrical-coordinate representation of color #AF73A6: hue angle of 309º 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 #AF73A6 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 115 166 -
CMYK 0 0.34 0.05 0.31
HSL 309º 0.27% 0.57% -
HSV(B) 309º 0.34% 0.69% -
XYZ 30.69 24.13 39.12 -
YUV 138.75 143.38 153.85 -
System Red Green Blue C M Y K H S L
Decimal 175 115 166 0 0.34 0.05 0.31 309 0.27 0.57
Hex AF 73 A6 0 22 5 1F 135 1B 39
Octal 257 163 246 0 42 5 37 465 33 71
Binary 10101111 1110011 10100110 0 100010 101 11111 100110101 11011 111001

Color Harmonies of #AF73A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF73A6

Black with #AF73A6

Text Example


Text Example

White with #AF73A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF73A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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