Html Css Color HEX #AB84EF Biloba Flower

📋 copy color: '#AB84EF'

red 171 ◦ green 132 ◦ blue 239

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

Shades of Biloba Flower #AB84EF

Tints of Biloba Flower #AB84EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 31.55%
G = 24.35%
B = 44.1%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB84EF (or 0xAB84EF) is known color: Biloba Flower. HEX triplet: AB, 84 and EF. RGB value is (171,132,239). Sum of RGB (Red+Green+Blue) = 171+132+239=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB84EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB84EF is #547B10. Grayscale: #9B9B9B. Windows color (decimal): -5536529 or 15697067. OLE color: 15697067.

HSL color Cylindrical-coordinate representation of color #AB84EF: hue angle of 261.87º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB84EF is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 132 239 -
CMYK 0.28 0.45 0 0.06
HSL 261.87º 0.77% 0.73% -
HSV(B) 261.87º 0.45% 0.94% -
XYZ 40.63 31.39 85.58 -
YUV 155.86 174.92 138.8 -
System Red Green Blue C M Y K H S L
Decimal 171 132 239 0.28 0.45 0 0.06 261.87 0.77 0.73
Hex AB 84 EF 1C 2D 0 6 106 4D 49
Octal 253 204 357 34 55 0 6 406 115 111
Binary 10101011 10000100 11101111 11100 101101 0 110 100000110 1001101 1001001

Color Harmonies of #AB84EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB84EF

Black with #AB84EF

Text Example


Text Example

White with #AB84EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB84EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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