Html Css Color HEX #AF7DB6 East Side

📋 copy color: '#AF7DB6'

red 175 ◦ green 125 ◦ blue 182

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

Shades of East Side #AF7DB6

Tints of East Side #AF7DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.76%

R = 36.31%
G = 25.93%
B = 37.76%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AF7DB6 (or 0xAF7DB6) is known color: East Side. HEX triplet: AF, 7D and B6. RGB value is (175,125,182). Sum of RGB (Red+Green+Blue) = 175+125+182=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF7DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7DB6 is #508249. Grayscale: #929292. Windows color (decimal): -5276234 or 11959727. OLE color: 11959727.

HSL color Cylindrical-coordinate representation of color #AF7DB6: hue angle of 292.63º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF7DB6 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 125 182 -
CMYK 0.04 0.31 0 0.29
HSL 292.63º 0.28% 0.6% -
HSV(B) 292.63º 0.31% 0.71% -
XYZ 33.46 27.16 47.73 -
YUV 146.45 148.07 148.37 -
System Red Green Blue C M Y K H S L
Decimal 175 125 182 0.04 0.31 0 0.29 292.63 0.28 0.6
Hex AF 7D B6 4 1F 0 1D 125 1C 3C
Octal 257 175 266 4 37 0 35 445 34 74
Binary 10101111 1111101 10110110 100 11111 0 11101 100100101 11100 111100

Color Harmonies of #AF7DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7DB6

Black with #AF7DB6

Text Example


Text Example

White with #AF7DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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