Html Css Color HEX #AF7EC4 East Side

📋 copy color: '#AF7EC4'

red 175 ◦ green 126 ◦ blue 196

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

Shades of East Side #AF7EC4

Tints of East Side #AF7EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.44%

R = 35.21%
G = 25.35%
B = 39.44%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AF7EC4 (or 0xAF7EC4) is known color: East Side. HEX triplet: AF, 7E and C4. RGB value is (175,126,196). Sum of RGB (Red+Green+Blue) = 175+126+196=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 196 (76.95% from 255 or 39.44% from 497); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF7EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7EC4 is #50813B. Grayscale: #949494. Windows color (decimal): -5275964 or 12877487. OLE color: 12877487.

HSL color Cylindrical-coordinate representation of color #AF7EC4: hue angle of 282º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF7EC4 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 126 196 -
CMYK 0.11 0.36 0 0.23
HSL 282º 0.37% 0.63% -
HSV(B) 282º 0.36% 0.77% -
XYZ 35.1 28.02 55.78 -
YUV 148.63 154.73 146.81 -
System Red Green Blue C M Y K H S L
Decimal 175 126 196 0.11 0.36 0 0.23 282 0.37 0.63
Hex AF 7E C4 B 24 0 17 11A 25 3F
Octal 257 176 304 13 44 0 27 432 45 77
Binary 10101111 1111110 11000100 1011 100100 0 10111 100011010 100101 111111

Color Harmonies of #AF7EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7EC4

Black with #AF7EC4

Text Example


Text Example

White with #AF7EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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