Html Css Color HEX #AB7FD4 East Side

📋 copy color: '#AB7FD4'

red 171 ◦ green 127 ◦ blue 212

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

Shades of East Side #AB7FD4

Tints of East Side #AB7FD4

RGB

 RED value IS 171 (67.19% from 255) = 33.53%

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

 BLUE value IS 212 (83.2% from 255) = 41.57%

R = 33.53%
G = 24.9%
B = 41.57%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AB7FD4 (or 0xAB7FD4) is known color: East Side. HEX triplet: AB, 7F and D4. RGB value is (171,127,212). Sum of RGB (Red+Green+Blue) = 171+127+212=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB7FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7FD4 is #54802B. Grayscale: #959595. Windows color (decimal): -5537836 or 13926315. OLE color: 13926315.

HSL color Cylindrical-coordinate representation of color #AB7FD4: hue angle of 271.06º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB7FD4 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 127 212 -
CMYK 0.19 0.40 0 0.17
HSL 271.06º 0.5% 0.66% -
HSV(B) 271.06º 0.4% 0.83% -
XYZ 36.27 28.59 65.89 -
YUV 149.85 163.08 143.09 -
System Red Green Blue C M Y K H S L
Decimal 171 127 212 0.19 0.40 0 0.17 271.06 0.5 0.66
Hex AB 7F D4 13 28 0 11 10F 32 42
Octal 253 177 324 23 50 0 21 417 62 102
Binary 10101011 1111111 11010100 10011 101000 0 10001 100001111 110010 1000010

Color Harmonies of #AB7FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7FD4

Black with #AB7FD4

Text Example


Text Example

White with #AB7FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7FD4; }

 p { color: rgb(171,127,212); }

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

background-color css

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

 a { background-color: rgb(171,127,212); }

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

border-color css

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

 span { border-color: rgb(171,127,212); }

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