Html Css Color HEX #AB85EF Biloba Flower

📋 copy color: '#AB85EF'

red 171 ◦ green 133 ◦ blue 239

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

Shades of Biloba Flower #AB85EF

Tints of Biloba Flower #AB85EF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.49%

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

R = 31.49%
G = 24.49%
B = 44.01%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB85EF (or 0xAB85EF) is known color: Biloba Flower. HEX triplet: AB, 85 and EF. RGB value is (171,133,239). Sum of RGB (Red+Green+Blue) = 171+133+239=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB85EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB85EF is #547A10. Grayscale: #9C9C9C. Windows color (decimal): -5536273 or 15697323. OLE color: 15697323.

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

Color convert

RGB 171 133 239 -
CMYK 0.28 0.44 0 0.06
HSL 261.51º 0.77% 0.73% -
HSV(B) 261.51º 0.44% 0.94% -
XYZ 40.76 31.66 85.62 -
YUV 156.45 174.59 138.38 -
System Red Green Blue C M Y K H S L
Decimal 171 133 239 0.28 0.44 0 0.06 261.51 0.77 0.73
Hex AB 85 EF 1C 2C 0 6 106 4D 49
Octal 253 205 357 34 54 0 6 406 115 111
Binary 10101011 10000101 11101111 11100 101100 0 110 100000110 1001101 1001001

Color Harmonies of #AB85EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB85EF

Black with #AB85EF

Text Example


Text Example

White with #AB85EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB85EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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