Html Css Color HEX #AB84DD Biloba Flower

📋 copy color: '#AB84DD'

red 171 ◦ green 132 ◦ blue 221

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

Shades of Biloba Flower #AB84DD

Tints of Biloba Flower #AB84DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 32.63%
G = 25.19%
B = 42.18%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB84DD (or 0xAB84DD) is known color: Biloba Flower. HEX triplet: AB, 84 and DD. RGB value is (171,132,221). Sum of RGB (Red+Green+Blue) = 171+132+221=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB84DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB84DD is #547B22. Grayscale: #999999. Windows color (decimal): -5536547 or 14517419. OLE color: 14517419.

HSL color Cylindrical-coordinate representation of color #AB84DD: hue angle of 266.29º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB84DD is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 132 221 -
CMYK 0.23 0.40 0 0.13
HSL 266.29º 0.57% 0.69% -
HSV(B) 266.29º 0.4% 0.87% -
XYZ 38.1 30.38 72.26 -
YUV 153.81 165.92 140.26 -
System Red Green Blue C M Y K H S L
Decimal 171 132 221 0.23 0.40 0 0.13 266.29 0.57 0.69
Hex AB 84 DD 17 28 0 D 10A 39 45
Octal 253 204 335 27 50 0 15 412 71 105
Binary 10101011 10000100 11011101 10111 101000 0 1101 100001010 111001 1000101

Color Harmonies of #AB84DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB84DD

Black with #AB84DD

Text Example


Text Example

White with #AB84DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB84DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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