#AF81CA

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

Shades of East Side #AF81CA

Tints of East Side #AF81CA

Color information

#AF81CA (or 0xAF81CA) is unknown color: approx East Side. HEX triplet: AF, 81 and CA. RGB value is (175,129,202). Sum of RGB (Red+Green+Blue) = 175+129+202=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF81CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF81CA is #507E35. Grayscale: #969696. Windows color (decimal): -5275190 or 13271471. OLE color: 13271471.

HSL color Cylindrical-coordinate representation of color #AF81CA: hue angle of 277.81º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF81CA is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175129202-
CMYK0.130.3600.21
HSL277.81º40.78%64.9%-
HSV(B)277.81º36.14%79.22%-
XYZ36.1929.0859.58-
YUV151.08156.74145.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 129 (50.78% from 255) = 25.49%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=34.58%
G=25.49%
B=39.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751292020.130.3600.21277.8140.7864.9
HexAF81CAD240151162941
Octal257201312154402542651101
Binary10101111100000011100101011011001000101011000101101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF81CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF81CA; }

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

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

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

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

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

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

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

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