Html Css Color HEX #AF76CC East Side

📋 copy color: '#AF76CC'

red 175 ◦ green 118 ◦ blue 204

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

Shades of East Side #AF76CC

Tints of East Side #AF76CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.05%

R = 35.21%
G = 23.74%
B = 41.05%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF76CC (or 0xAF76CC) is known color: East Side. HEX triplet: AF, 76 and CC. RGB value is (175,118,204). Sum of RGB (Red+Green+Blue) = 175+118+204=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF76CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76CC is #508933. Grayscale: #909090. Windows color (decimal): -5278004 or 13399727. OLE color: 13399727.

HSL color Cylindrical-coordinate representation of color #AF76CC: hue angle of 279.77º degrees, saturation: 0.46, 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 #AF76CC is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 118 204 -
CMYK 0.14 0.42 0 0.2
HSL 279.77º 0.46% 0.63% -
HSV(B) 279.77º 0.42% 0.8% -
XYZ 35.06 26.43 60.38 -
YUV 144.85 161.38 149.51 -
System Red Green Blue C M Y K H S L
Decimal 175 118 204 0.14 0.42 0 0.2 279.77 0.46 0.63
Hex AF 76 CC E 2A 0 14 118 2E 3F
Octal 257 166 314 16 52 0 24 430 56 77
Binary 10101111 1110110 11001100 1110 101010 0 10100 100011000 101110 111111

Color Harmonies of #AF76CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF76CC

Black with #AF76CC

Text Example


Text Example

White with #AF76CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF76CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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