#AF70A2

Color #AF70A2 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #AF70A2

Tints of Bouquet #AF70A2

Color information

#AF70A2 (or 0xAF70A2) is unknown color: approx Bouquet. HEX triplet: AF, 70 and A2. RGB value is (175,112,162). Sum of RGB (Red+Green+Blue) = 175+112+162=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF70A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF70A2 is #508F5D. Grayscale: #888888. Windows color (decimal): -5279582 or 10645679. OLE color: 10645679.

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

Color convert

RGB175112162-
CMYK00.360.070.31
HSL312.38º28.25%56.27%-
HSV(B)312.38º36%68.63%-
XYZ29.9923.3137.1-
YUV136.54142.37155.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 112 (44.14% from 255) = 24.94%
BLUE value IS 162 (63.67% from 255) = 36.08%
R=38.98%
G=24.94%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511216200.360.070.31312.3828.2556.27
HexAF70A202471F1381c38
Octal2571602420447374703470
Binary1010111111100001010001001001001111111110011100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF70A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF70A2; }

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

 H1.HeaderClassName
 {
   color: #AF70A2;
 }
 .AnyTagClassName
 {
   color: #AF70A2;
 }
</style>
background-color css

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

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

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

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

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

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