Html Css Color HEX #AF7DD7 East Side

📋 copy color: '#AF7DD7'

red 175 ◦ green 125 ◦ blue 215

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

Shades of East Side #AF7DD7

Tints of East Side #AF7DD7

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.27%

 BLUE value IS 215 (84.38% from 255) = 41.75%

R = 33.98%
G = 24.27%
B = 41.75%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF7DD7 (or 0xAF7DD7) is known color: East Side. HEX triplet: AF, 7D and D7. RGB value is (175,125,215). Sum of RGB (Red+Green+Blue) = 175+125+215=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF7DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7DD7 is #508228. Grayscale: #959595. Windows color (decimal): -5276201 or 14122415. OLE color: 14122415.

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

Color convert

RGB 175 125 215 -
CMYK 0.19 0.42 0 0.16
HSL 273.33º 0.53% 0.67% -
HSV(B) 273.33º 0.42% 0.84% -
XYZ 37.28 28.69 67.86 -
YUV 150.21 164.57 145.68 -
System Red Green Blue C M Y K H S L
Decimal 175 125 215 0.19 0.42 0 0.16 273.33 0.53 0.67
Hex AF 7D D7 13 2A 0 10 111 35 43
Octal 257 175 327 23 52 0 20 421 65 103
Binary 10101111 1111101 11010111 10011 101010 0 10000 100010001 110101 1000011

Color Harmonies of #AF7DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7DD7

Black with #AF7DD7

Text Example


Text Example

White with #AF7DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7DD7; }

 p { color: rgb(175,125,215); }

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

background-color css

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

 a { background-color: rgb(175,125,215); }

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

border-color css

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

 span { border-color: rgb(175,125,215); }

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