Html Css Color HEX #AF7EC0 East Side

📋 copy color: '#AF7EC0'

red 175 ◦ green 126 ◦ blue 192

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

Shades of East Side #AF7EC0

Tints of East Side #AF7EC0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.56%

 BLUE value IS 192 (75.39% from 255) = 38.95%

R = 35.5%
G = 25.56%
B = 38.95%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF7EC0 (or 0xAF7EC0) is known color: East Side. HEX triplet: AF, 7E and C0. RGB value is (175,126,192). Sum of RGB (Red+Green+Blue) = 175+126+192=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF7EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7EC0 is #50813F. Grayscale: #939393. Windows color (decimal): -5275968 or 12615343. OLE color: 12615343.

HSL color Cylindrical-coordinate representation of color #AF7EC0: hue angle of 284.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF7EC0 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 126 192 -
CMYK 0.09 0.34 0 0.25
HSL 284.55º 0.34% 0.62% -
HSV(B) 284.55º 0.34% 0.75% -
XYZ 34.65 27.84 53.42 -
YUV 148.18 152.73 147.13 -
System Red Green Blue C M Y K H S L
Decimal 175 126 192 0.09 0.34 0 0.25 284.55 0.34 0.62
Hex AF 7E C0 9 22 0 19 11D 22 3E
Octal 257 176 300 11 42 0 31 435 42 76
Binary 10101111 1111110 11000000 1001 100010 0 11001 100011101 100010 111110

Color Harmonies of #AF7EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7EC0

Black with #AF7EC0

Text Example


Text Example

White with #AF7EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7EC0; }

 p { color: rgb(175,126,192); }

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

background-color css

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

 a { background-color: rgb(175,126,192); }

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

border-color css

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

 span { border-color: rgb(175,126,192); }

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