Html Css Color HEX #AF81B4 East Side

📋 copy color: '#AF81B4'

red 175 ◦ green 129 ◦ blue 180

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

Shades of East Side #AF81B4

Tints of East Side #AF81B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.19%

R = 36.16%
G = 26.65%
B = 37.19%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AF81B4 (or 0xAF81B4) is known color: East Side. HEX triplet: AF, 81 and B4. RGB value is (175,129,180). Sum of RGB (Red+Green+Blue) = 175+129+180=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF81B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF81B4 is #507E4B. Grayscale: #949494. Windows color (decimal): -5275212 or 11829679. OLE color: 11829679.

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

Color convert

RGB 175 129 180 -
CMYK 0.03 0.28 0 0.29
HSL 294.12º 0.25% 0.61% -
HSV(B) 294.12º 0.28% 0.71% -
XYZ 33.77 28.11 46.83 -
YUV 148.57 145.74 146.85 -
System Red Green Blue C M Y K H S L
Decimal 175 129 180 0.03 0.28 0 0.29 294.12 0.25 0.61
Hex AF 81 B4 3 1C 0 1D 126 19 3D
Octal 257 201 264 3 34 0 35 446 31 75
Binary 10101111 10000001 10110100 11 11100 0 11101 100100110 11001 111101

Color Harmonies of #AF81B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81B4

Black with #AF81B4

Text Example


Text Example

White with #AF81B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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