Html Css Color HEX #AF80CA East Side

📋 copy color: '#AF80CA'

red 175 ◦ green 128 ◦ blue 202

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

Shades of East Side #AF80CA

Tints of East Side #AF80CA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.35%

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

R = 34.65%
G = 25.35%
B = 40%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF80CA (or 0xAF80CA) is known color: East Side. HEX triplet: AF, 80 and CA. RGB value is (175,128,202). Sum of RGB (Red+Green+Blue) = 175+128+202=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF80CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80CA is #507F35. Grayscale: #969696. Windows color (decimal): -5275446 or 13271215. OLE color: 13271215.

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

Color convert

RGB 175 128 202 -
CMYK 0.13 0.37 0 0.21
HSL 278.11º 0.41% 0.65% -
HSV(B) 278.11º 0.37% 0.79% -
XYZ 36.06 28.82 59.54 -
YUV 150.49 157.07 145.48 -
System Red Green Blue C M Y K H S L
Decimal 175 128 202 0.13 0.37 0 0.21 278.11 0.41 0.65
Hex AF 80 CA D 25 0 15 116 29 41
Octal 257 200 312 15 45 0 25 426 51 101
Binary 10101111 10000000 11001010 1101 100101 0 10101 100010110 101001 1000001

Color Harmonies of #AF80CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF80CA

Black with #AF80CA

Text Example


Text Example

White with #AF80CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF80CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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