Html Css Color HEX #AF7DCC East Side

📋 copy color: '#AF7DCC'

red 175 ◦ green 125 ◦ blue 204

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

Shades of East Side #AF7DCC

Tints of East Side #AF7DCC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.8%

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

R = 34.72%
G = 24.8%
B = 40.48%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF7DCC (or 0xAF7DCC) is known color: East Side. HEX triplet: AF, 7D and CC. RGB value is (175,125,204). Sum of RGB (Red+Green+Blue) = 175+125+204=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF7DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7DCC is #508233. Grayscale: #949494. Windows color (decimal): -5276212 or 13401519. OLE color: 13401519.

HSL color Cylindrical-coordinate representation of color #AF7DCC: hue angle of 277.97º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF7DCC is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 125 204 -
CMYK 0.14 0.39 0 0.2
HSL 277.97º 0.44% 0.65% -
HSV(B) 277.97º 0.39% 0.8% -
XYZ 35.91 28.14 60.67 -
YUV 148.96 159.07 146.58 -
System Red Green Blue C M Y K H S L
Decimal 175 125 204 0.14 0.39 0 0.2 277.97 0.44 0.65
Hex AF 7D CC E 27 0 14 116 2C 41
Octal 257 175 314 16 47 0 24 426 54 101
Binary 10101111 1111101 11001100 1110 100111 0 10100 100010110 101100 1000001

Color Harmonies of #AF7DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7DCC

Black with #AF7DCC

Text Example


Text Example

White with #AF7DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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