Html Css Color HEX #AF76CA East Side

📋 copy color: '#AF76CA'

red 175 ◦ green 118 ◦ blue 202

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

Shades of East Side #AF76CA

Tints of East Side #AF76CA

RGB

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

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

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

R = 35.35%
G = 23.84%
B = 40.81%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF76CA (or 0xAF76CA) is known color: East Side. HEX triplet: AF, 76 and CA. RGB value is (175,118,202). Sum of RGB (Red+Green+Blue) = 175+118+202=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF76CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76CA is #508935. Grayscale: #909090. Windows color (decimal): -5278006 or 13268655. OLE color: 13268655.

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

Color convert

RGB 175 118 202 -
CMYK 0.13 0.42 0 0.21
HSL 280.71º 0.44% 0.63% -
HSV(B) 280.71º 0.42% 0.79% -
XYZ 34.82 26.34 59.13 -
YUV 144.62 160.38 149.67 -
System Red Green Blue C M Y K H S L
Decimal 175 118 202 0.13 0.42 0 0.21 280.71 0.44 0.63
Hex AF 76 CA D 2A 0 15 119 2C 3F
Octal 257 166 312 15 52 0 25 431 54 77
Binary 10101111 1110110 11001010 1101 101010 0 10101 100011001 101100 111111

Color Harmonies of #AF76CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF76CA

Black with #AF76CA

Text Example


Text Example

White with #AF76CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF76CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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