Html Css Color HEX #AB84DC Biloba Flower

📋 copy color: '#AB84DC'

red 171 ◦ green 132 ◦ blue 220

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

Shades of Biloba Flower #AB84DC

Tints of Biloba Flower #AB84DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.07%

R = 32.7%
G = 25.24%
B = 42.07%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB84DC (or 0xAB84DC) is known color: Biloba Flower. HEX triplet: AB, 84 and DC. RGB value is (171,132,220). Sum of RGB (Red+Green+Blue) = 171+132+220=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB84DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB84DC is #547B23. Grayscale: #999999. Windows color (decimal): -5536548 or 14451883. OLE color: 14451883.

HSL color Cylindrical-coordinate representation of color #AB84DC: hue angle of 266.59º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB84DC is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 132 220 -
CMYK 0.22 0.40 0 0.14
HSL 266.59º 0.56% 0.69% -
HSV(B) 266.59º 0.4% 0.86% -
XYZ 37.96 30.33 71.56 -
YUV 153.69 165.42 140.34 -
System Red Green Blue C M Y K H S L
Decimal 171 132 220 0.22 0.40 0 0.14 266.59 0.56 0.69
Hex AB 84 DC 16 28 0 E 10B 38 45
Octal 253 204 334 26 50 0 16 413 70 105
Binary 10101011 10000100 11011100 10110 101000 0 1110 100001011 111000 1000101

Color Harmonies of #AB84DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB84DC

Black with #AB84DC

Text Example


Text Example

White with #AB84DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB84DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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