Html Css Color HEX #AF7CB6 East Side

📋 copy color: '#AF7CB6'

red 175 ◦ green 124 ◦ blue 182

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

Shades of East Side #AF7CB6

Tints of East Side #AF7CB6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.78%

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

R = 36.38%
G = 25.78%
B = 37.84%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AF7CB6 (or 0xAF7CB6) is known color: East Side. HEX triplet: AF, 7C and B6. RGB value is (175,124,182). Sum of RGB (Red+Green+Blue) = 175+124+182=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF7CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7CB6 is #508349. Grayscale: #919191. Windows color (decimal): -5276490 or 11959471. OLE color: 11959471.

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

Color convert

RGB 175 124 182 -
CMYK 0.04 0.32 0 0.29
HSL 292.76º 0.28% 0.6% -
HSV(B) 292.76º 0.32% 0.71% -
XYZ 33.33 26.91 47.69 -
YUV 145.86 148.4 148.78 -
System Red Green Blue C M Y K H S L
Decimal 175 124 182 0.04 0.32 0 0.29 292.76 0.28 0.6
Hex AF 7C B6 4 20 0 1D 125 1C 3C
Octal 257 174 266 4 40 0 35 445 34 74
Binary 10101111 1111100 10110110 100 100000 0 11101 100100101 11100 111100

Color Harmonies of #AF7CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CB6

Black with #AF7CB6

Text Example


Text Example

White with #AF7CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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