Html Css Color HEX #AB84D8 Biloba Flower

📋 copy color: '#AB84D8'

red 171 ◦ green 132 ◦ blue 216

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

Shades of Biloba Flower #AB84D8

Tints of Biloba Flower #AB84D8

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.43%

 BLUE value IS 216 (84.77% from 255) = 41.62%

R = 32.95%
G = 25.43%
B = 41.62%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB84D8 (or 0xAB84D8) is known color: Biloba Flower. HEX triplet: AB, 84 and D8. RGB value is (171,132,216). Sum of RGB (Red+Green+Blue) = 171+132+216=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB84D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB84D8 is #547B27. Grayscale: #989898. Windows color (decimal): -5536552 or 14189739. OLE color: 14189739.

HSL color Cylindrical-coordinate representation of color #AB84D8: hue angle of 267.86º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB84D8 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 132 216 -
CMYK 0.21 0.39 0 0.15
HSL 267.86º 0.52% 0.68% -
HSV(B) 267.86º 0.39% 0.85% -
XYZ 37.44 30.12 68.81 -
YUV 153.24 163.42 140.67 -
System Red Green Blue C M Y K H S L
Decimal 171 132 216 0.21 0.39 0 0.15 267.86 0.52 0.68
Hex AB 84 D8 15 27 0 F 10C 34 44
Octal 253 204 330 25 47 0 17 414 64 104
Binary 10101011 10000100 11011000 10101 100111 0 1111 100001100 110100 1000100

Color Harmonies of #AB84D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB84D8

Black with #AB84D8

Text Example


Text Example

White with #AB84D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB84D8; }

 p { color: rgb(171,132,216); }

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

background-color css

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

 a { background-color: rgb(171,132,216); }

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

border-color css

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

 span { border-color: rgb(171,132,216); }

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