Html Css Color HEX #AF7EC5 East Side

📋 copy color: '#AF7EC5'

red 175 ◦ green 126 ◦ blue 197

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

Shades of East Side #AF7EC5

Tints of East Side #AF7EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.56%

R = 35.14%
G = 25.3%
B = 39.56%

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

#AF7EC5 (or 0xAF7EC5) is known color: East Side. HEX triplet: AF, 7E and C5. RGB value is (175,126,197). Sum of RGB (Red+Green+Blue) = 175+126+197=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF7EC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7EC5 is #50813A. Grayscale: #949494. Windows color (decimal): -5275963 or 12943023. OLE color: 12943023.

HSL color Cylindrical-coordinate representation of color #AF7EC5: hue angle of 281.41º degrees, saturation: 0.38, 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 #AF7EC5 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 126 197 -
CMYK 0.11 0.36 0 0.23
HSL 281.41º 0.38% 0.63% -
HSV(B) 281.41º 0.36% 0.77% -
XYZ 35.22 28.07 56.38 -
YUV 148.75 155.23 146.73 -
System Red Green Blue C M Y K H S L
Decimal 175 126 197 0.11 0.36 0 0.23 281.41 0.38 0.63
Hex AF 7E C5 B 24 0 17 119 26 3F
Octal 257 176 305 13 44 0 27 431 46 77
Binary 10101111 1111110 11000101 1011 100100 0 10111 100011001 100110 111111

Color Harmonies of #AF7EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7EC5

Black with #AF7EC5

Text Example


Text Example

White with #AF7EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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