Html Css Color HEX #AF85CE East Side

📋 copy color: '#AF85CE'

red 175 ◦ green 133 ◦ blue 206

#AF85CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #AF85CE

Tints of East Side #AF85CE

RGB

 RED value IS 175 (68.75% from 255) = 34.05%

 GREEN value IS 133 (52.34% from 255) = 25.88%

 BLUE value IS 206 (80.86% from 255) = 40.08%

R = 34.05%
G = 25.88%
B = 40.08%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF85CE (or 0xAF85CE) is known color: East Side. HEX triplet: AF, 85 and CE. RGB value is (175,133,206). Sum of RGB (Red+Green+Blue) = 175+133+206=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF85CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85CE is #507A31. Grayscale: #999999. Windows color (decimal): -5274162 or 13534639. OLE color: 13534639.

HSL color Cylindrical-coordinate representation of color #AF85CE: hue angle of 274.52º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF85CE is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 133 206 -
CMYK 0.15 0.35 0 0.19
HSL 274.52º 0.43% 0.66% -
HSV(B) 274.52º 0.35% 0.81% -
XYZ 37.21 30.35 62.29 -
YUV 153.88 157.41 143.06 -
System Red Green Blue C M Y K H S L
Decimal 175 133 206 0.15 0.35 0 0.19 274.52 0.43 0.66
Hex AF 85 CE F 23 0 13 113 2B 42
Octal 257 205 316 17 43 0 23 423 53 102
Binary 10101111 10000101 11001110 1111 100011 0 10011 100010011 101011 1000010

Color Harmonies of #AF85CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF85CE

Black with #AF85CE

Text Example


Text Example

White with #AF85CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF85CE; }

 p { color: rgb(175,133,206); }

 H1.HeaderClassName
 {
   color: #AF85CE;
 }
 .AnyTagClassName
 {
   color: #AF85CE;
 }
</style>

background-color css

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

 a { background-color: rgb(175,133,206); }

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

border-color css

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

 span { border-color: rgb(175,133,206); }

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