Html Css Color HEX #AF7ED5 East Side

📋 copy color: '#AF7ED5'

red 175 ◦ green 126 ◦ blue 213

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

Shades of East Side #AF7ED5

Tints of East Side #AF7ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.44%

R = 34.05%
G = 24.51%
B = 41.44%

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

#AF7ED5 (or 0xAF7ED5) is known color: East Side. HEX triplet: AF, 7E and D5. RGB value is (175,126,213). Sum of RGB (Red+Green+Blue) = 175+126+213=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF7ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7ED5 is #50812A. Grayscale: #969696. Windows color (decimal): -5275947 or 13991599. OLE color: 13991599.

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

Color convert

RGB 175 126 213 -
CMYK 0.18 0.41 0 0.16
HSL 273.79º 0.51% 0.66% -
HSV(B) 273.79º 0.41% 0.84% -
XYZ 37.15 28.84 66.56 -
YUV 150.57 163.23 145.43 -
System Red Green Blue C M Y K H S L
Decimal 175 126 213 0.18 0.41 0 0.16 273.79 0.51 0.66
Hex AF 7E D5 12 29 0 10 112 33 42
Octal 257 176 325 22 51 0 20 422 63 102
Binary 10101111 1111110 11010101 10010 101001 0 10000 100010010 110011 1000010

Color Harmonies of #AF7ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7ED5

Black with #AF7ED5

Text Example


Text Example

White with #AF7ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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