Html Css Color HEX #AF7DD6 East Side

📋 copy color: '#AF7DD6'

red 175 ◦ green 125 ◦ blue 214

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

Shades of East Side #AF7DD6

Tints of East Side #AF7DD6

RGB

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

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

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

R = 34.05%
G = 24.32%
B = 41.63%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF7DD6 (or 0xAF7DD6) is known color: East Side. HEX triplet: AF, 7D and D6. RGB value is (175,125,214). Sum of RGB (Red+Green+Blue) = 175+125+214=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 214 (83.98% from 255 or 41.63% from 514); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF7DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7DD6 is #508229. Grayscale: #959595. Windows color (decimal): -5276202 or 14056879. OLE color: 14056879.

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

Color convert

RGB 175 125 214 -
CMYK 0.18 0.42 0 0.16
HSL 273.71º 0.52% 0.66% -
HSV(B) 273.71º 0.42% 0.84% -
XYZ 37.15 28.64 67.19 -
YUV 150.1 164.07 145.76 -
System Red Green Blue C M Y K H S L
Decimal 175 125 214 0.18 0.42 0 0.16 273.71 0.52 0.66
Hex AF 7D D6 12 2A 0 10 112 34 42
Octal 257 175 326 22 52 0 20 422 64 102
Binary 10101111 1111101 11010110 10010 101010 0 10000 100010010 110100 1000010

Color Harmonies of #AF7DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7DD6

Black with #AF7DD6

Text Example


Text Example

White with #AF7DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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