Html Css Color HEX #AF7ED6 East Side

📋 copy color: '#AF7ED6'

red 175 ◦ green 126 ◦ blue 214

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

Shades of East Side #AF7ED6

Tints of East Side #AF7ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.55%

R = 33.98%
G = 24.47%
B = 41.55%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF7ED6 (or 0xAF7ED6) is known color: East Side. HEX triplet: AF, 7E and D6. RGB value is (175,126,214). Sum of RGB (Red+Green+Blue) = 175+126+214=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF7ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7ED6 is #508129. Grayscale: #969696. Windows color (decimal): -5275946 or 14057135. OLE color: 14057135.

HSL color Cylindrical-coordinate representation of color #AF7ED6: hue angle of 273.41º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF7ED6 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 126 214 -
CMYK 0.18 0.41 0 0.16
HSL 273.41º 0.52% 0.67% -
HSV(B) 273.41º 0.41% 0.84% -
XYZ 37.28 28.89 67.23 -
YUV 150.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 175 126 214 0.18 0.41 0 0.16 273.41 0.52 0.67
Hex AF 7E D6 12 29 0 10 111 34 43
Octal 257 176 326 22 51 0 20 421 64 103
Binary 10101111 1111110 11010110 10010 101001 0 10000 100010001 110100 1000011

Color Harmonies of #AF7ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7ED6

Black with #AF7ED6

Text Example


Text Example

White with #AF7ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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