Html Css Color HEX #AF7FB5 East Side

📋 copy color: '#AF7FB5'

red 175 ◦ green 127 ◦ blue 181

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

Shades of East Side #AF7FB5

Tints of East Side #AF7FB5

RGB

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

 GREEN value IS 127 (50% from 255) = 26.29%

 BLUE value IS 181 (71.09% from 255) = 37.47%

R = 36.23%
G = 26.29%
B = 37.47%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AF7FB5 (or 0xAF7FB5) is known color: East Side. HEX triplet: AF, 7F and B5. RGB value is (175,127,181). Sum of RGB (Red+Green+Blue) = 175+127+181=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF7FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7FB5 is #50804A. Grayscale: #939393. Windows color (decimal): -5275723 or 11894703. OLE color: 11894703.

HSL color Cylindrical-coordinate representation of color #AF7FB5: hue angle of 293.33º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF7FB5 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 127 181 -
CMYK 0.03 0.30 0 0.29
HSL 293.33º 0.27% 0.6% -
HSV(B) 293.33º 0.3% 0.71% -
XYZ 33.61 27.63 47.28 -
YUV 147.51 146.9 147.61 -
System Red Green Blue C M Y K H S L
Decimal 175 127 181 0.03 0.30 0 0.29 293.33 0.27 0.6
Hex AF 7F B5 3 1E 0 1D 125 1B 3C
Octal 257 177 265 3 36 0 35 445 33 74
Binary 10101111 1111111 10110101 11 11110 0 11101 100100101 11011 111100

Color Harmonies of #AF7FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7FB5

Black with #AF7FB5

Text Example


Text Example

White with #AF7FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7FB5; }

 p { color: rgb(175,127,181); }

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

background-color css

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

 a { background-color: rgb(175,127,181); }

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

border-color css

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

 span { border-color: rgb(175,127,181); }

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