Html Css Color HEX #AF85CA East Side

📋 copy color: '#AF85CA'

red 175 ◦ green 133 ◦ blue 202

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

Shades of East Side #AF85CA

Tints of East Side #AF85CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.61%

R = 34.31%
G = 26.08%
B = 39.61%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF85CA (or 0xAF85CA) is known color: East Side. HEX triplet: AF, 85 and CA. RGB value is (175,133,202). Sum of RGB (Red+Green+Blue) = 175+133+202=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF85CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85CA is #507A35. Grayscale: #999999. Windows color (decimal): -5274166 or 13272495. OLE color: 13272495.

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

Color convert

RGB 175 133 202 -
CMYK 0.13 0.34 0 0.21
HSL 276.52º 0.39% 0.66% -
HSV(B) 276.52º 0.34% 0.79% -
XYZ 36.73 30.15 59.76 -
YUV 153.42 155.41 143.39 -
System Red Green Blue C M Y K H S L
Decimal 175 133 202 0.13 0.34 0 0.21 276.52 0.39 0.66
Hex AF 85 CA D 22 0 15 115 27 42
Octal 257 205 312 15 42 0 25 425 47 102
Binary 10101111 10000101 11001010 1101 100010 0 10101 100010101 100111 1000010

Color Harmonies of #AF85CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF85CA

Black with #AF85CA

Text Example


Text Example

White with #AF85CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF85CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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