#D0AFCA

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

Shades of Maverick #D0AFCA

Tints of Maverick #D0AFCA

Color information

#D0AFCA (or 0xD0AFCA) is unknown color: approx Maverick. HEX triplet: D0, AF and CA. RGB value is (208,175,202). Sum of RGB (Red+Green+Blue) = 208+175+202=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFCA is #2F5035. Grayscale: #BBBBBB. Windows color (decimal): -3100726 or 13283280. OLE color: 13283280.

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

Color convert

RGB208175202-
CMYK00.160.030.18
HSL310.91º25.98%75.1%-
HSV(B)310.91º15.87%81.57%-
XYZ5248.3362.47-
YUV187.94135.93142.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.56%
GREEN value IS 175 (68.75% from 255) = 29.91%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=35.56%
G=29.91%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817520200.160.030.18310.9125.9875.1
HexD0AFCA0103121371a4b
Octal32025731202032246732113
Binary1101000010101111110010100100001110010100110111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AFCA; }

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

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

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

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

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

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

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

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