Html Css Color HEX #AF81BB East Side

📋 copy color: '#AF81BB'

red 175 ◦ green 129 ◦ blue 187

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

Shades of East Side #AF81BB

Tints of East Side #AF81BB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.27%

 BLUE value IS 187 (73.44% from 255) = 38.09%

R = 35.64%
G = 26.27%
B = 38.09%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF81BB (or 0xAF81BB) is known color: East Side. HEX triplet: AF, 81 and BB. RGB value is (175,129,187). Sum of RGB (Red+Green+Blue) = 175+129+187=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF81BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF81BB is #507E44. Grayscale: #959595. Windows color (decimal): -5275205 or 12288431. OLE color: 12288431.

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

Color convert

RGB 175 129 187 -
CMYK 0.06 0.31 0 0.27
HSL 287.59º 0.3% 0.62% -
HSV(B) 287.59º 0.31% 0.73% -
XYZ 34.5 28.4 50.68 -
YUV 149.37 149.24 146.28 -
System Red Green Blue C M Y K H S L
Decimal 175 129 187 0.06 0.31 0 0.27 287.59 0.3 0.62
Hex AF 81 BB 6 1F 0 1B 120 1E 3E
Octal 257 201 273 6 37 0 33 440 36 76
Binary 10101111 10000001 10111011 110 11111 0 11011 100100000 11110 111110

Color Harmonies of #AF81BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81BB

Black with #AF81BB

Text Example


Text Example

White with #AF81BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81BB; }

 p { color: rgb(175,129,187); }

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

background-color css

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

 a { background-color: rgb(175,129,187); }

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

border-color css

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

 span { border-color: rgb(175,129,187); }

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