#D7AFCA

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

Shades of Maverick #D7AFCA

Tints of Maverick #D7AFCA

Color information

#D7AFCA (or 0xD7AFCA) is unknown color: approx Maverick. HEX triplet: D7, AF and CA. RGB value is (215,175,202). Sum of RGB (Red+Green+Blue) = 215+175+202=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFCA is #285035. Grayscale: #BDBDBD. Windows color (decimal): -2641974 or 13283287. OLE color: 13283287.

HSL color Cylindrical-coordinate representation of color #D7AFCA: hue angle of 319.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7AFCA is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB215175202-
CMYK00.190.060.16
HSL319.5º33.33%76.47%-
HSV(B)319.5º18.6%84.31%-
XYZ54.0149.3762.56-
YUV190.04134.75145.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.32%
GREEN value IS 175 (68.75% from 255) = 29.56%
BLUE value IS 202 (79.30% from 255) = 34.12%
R=36.32%
G=29.56%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517520200.190.060.16319.533.3376.47
HexD7AFCA013610140214c
Octal32725731202362050041114
Binary110101111010111111001010010011110100001010000001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AFCA; }

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

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

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

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

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

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

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

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