Html Css Color HEX #AF9ABA East Side

📋 copy color: '#AF9ABA'

red 175 ◦ green 154 ◦ blue 186

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

Shades of East Side #AF9ABA

Tints of East Side #AF9ABA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.9%

 BLUE value IS 186 (73.05% from 255) = 36.12%

R = 33.98%
G = 29.9%
B = 36.12%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF9ABA (or 0xAF9ABA) is known color: East Side. HEX triplet: AF, 9A and BA. RGB value is (175,154,186). Sum of RGB (Red+Green+Blue) = 175+154+186=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF9ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9ABA is #506545. Grayscale: #A3A3A3. Windows color (decimal): -5268806 or 12229295. OLE color: 12229295.

HSL color Cylindrical-coordinate representation of color #AF9ABA: hue angle of 279.38º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AF9ABA is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 154 186 -
CMYK 0.06 0.17 0 0.27
HSL 279.38º 0.19% 0.67% -
HSV(B) 279.38º 0.17% 0.73% -
XYZ 38.1 35.77 51.35 -
YUV 163.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 175 154 186 0.06 0.17 0 0.27 279.38 0.19 0.67
Hex AF 9A BA 6 11 0 1B 117 13 43
Octal 257 232 272 6 21 0 33 427 23 103
Binary 10101111 10011010 10111010 110 10001 0 11011 100010111 10011 1000011

Color Harmonies of #AF9ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9ABA

Black with #AF9ABA

Text Example


Text Example

White with #AF9ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9ABA; }

 p { color: rgb(175,154,186); }

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

background-color css

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

 a { background-color: rgb(175,154,186); }

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

border-color css

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

 span { border-color: rgb(175,154,186); }

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