Html Css Color HEX #AF76CB East Side

📋 copy color: '#AF76CB'

red 175 ◦ green 118 ◦ blue 203

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

Shades of East Side #AF76CB

Tints of East Side #AF76CB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.79%

 BLUE value IS 203 (79.69% from 255) = 40.93%

R = 35.28%
G = 23.79%
B = 40.93%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF76CB (or 0xAF76CB) is known color: East Side. HEX triplet: AF, 76 and CB. RGB value is (175,118,203). Sum of RGB (Red+Green+Blue) = 175+118+203=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF76CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76CB is #508934. Grayscale: #909090. Windows color (decimal): -5278005 or 13334191. OLE color: 13334191.

HSL color Cylindrical-coordinate representation of color #AF76CB: hue angle of 280.24º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF76CB is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 118 203 -
CMYK 0.14 0.42 0 0.20
HSL 280.24º 0.45% 0.63% -
HSV(B) 280.24º 0.42% 0.8% -
XYZ 34.94 26.38 59.75 -
YUV 144.73 160.88 149.59 -
System Red Green Blue C M Y K H S L
Decimal 175 118 203 0.14 0.42 0 0.20 280.24 0.45 0.63
Hex AF 76 CB E 2A 0 14 118 2D 3F
Octal 257 166 313 16 52 0 24 430 55 77
Binary 10101111 1110110 11001011 1110 101010 0 10100 100011000 101101 111111

Color Harmonies of #AF76CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF76CB

Black with #AF76CB

Text Example


Text Example

White with #AF76CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF76CB; }

 p { color: rgb(175,118,203); }

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

background-color css

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

 a { background-color: rgb(175,118,203); }

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

border-color css

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

 span { border-color: rgb(175,118,203); }

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