#D2AFCA

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

Shades of Maverick #D2AFCA

Tints of Maverick #D2AFCA

Color information

#D2AFCA (or 0xD2AFCA) is unknown color: approx Maverick. HEX triplet: D2, AF and CA. RGB value is (210,175,202). Sum of RGB (Red+Green+Blue) = 210+175+202=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFCA is #2D5035. Grayscale: #BCBCBC. Windows color (decimal): -2969654 or 13283282. OLE color: 13283282.

HSL color Cylindrical-coordinate representation of color #D2AFCA: hue angle of 313.71º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2AFCA is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB210175202-
CMYK00.170.040.18
HSL313.71º28%75.49%-
HSV(B)313.71º16.67%82.35%-
XYZ52.5748.6362.49-
YUV188.54135.6143.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.78%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=35.78%
G=29.81%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017520200.170.040.18313.712875.49
HexD2AFCA01141213a1c4b
Octal32225731202142247234113
Binary11010010101011111100101001000110010010100111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AFCA; }

 p { color: rgb(210,175,202); }

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

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

 a { background-color: rgb(210,175,202); }

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

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

 span { border-color: rgb(210,175,202); }

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