Html Css Color HEX #AF8ABF East Side

📋 copy color: '#AF8ABF'

red 175 ◦ green 138 ◦ blue 191

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

Shades of East Side #AF8ABF

Tints of East Side #AF8ABF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.38%

 BLUE value IS 191 (75% from 255) = 37.9%

R = 34.72%
G = 27.38%
B = 37.9%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF8ABF (or 0xAF8ABF) is known color: East Side. HEX triplet: AF, 8A and BF. RGB value is (175,138,191). Sum of RGB (Red+Green+Blue) = 175+138+191=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF8ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ABF is #507540. Grayscale: #9A9A9A. Windows color (decimal): -5272897 or 12552879. OLE color: 12552879.

HSL color Cylindrical-coordinate representation of color #AF8ABF: hue angle of 281.89º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF8ABF is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 138 191 -
CMYK 0.08 0.28 0 0.25
HSL 281.89º 0.29% 0.65% -
HSV(B) 281.89º 0.28% 0.75% -
XYZ 36.17 31.05 53.38 -
YUV 155.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 175 138 191 0.08 0.28 0 0.25 281.89 0.29 0.65
Hex AF 8A BF 8 1C 0 19 11A 1D 41
Octal 257 212 277 10 34 0 31 432 35 101
Binary 10101111 10001010 10111111 1000 11100 0 11001 100011010 11101 1000001

Color Harmonies of #AF8ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8ABF

Black with #AF8ABF

Text Example


Text Example

White with #AF8ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8ABF; }

 p { color: rgb(175,138,191); }

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

background-color css

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

 a { background-color: rgb(175,138,191); }

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

border-color css

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

 span { border-color: rgb(175,138,191); }

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