Html Css Color HEX #AB94EF Biloba Flower

📋 copy color: '#AB94EF'

red 171 ◦ green 148 ◦ blue 239

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

Shades of Biloba Flower #AB94EF

Tints of Biloba Flower #AB94EF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.52%

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

R = 30.65%
G = 26.52%
B = 42.83%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB94EF (or 0xAB94EF) is known color: Biloba Flower. HEX triplet: AB, 94 and EF. RGB value is (171,148,239). Sum of RGB (Red+Green+Blue) = 171+148+239=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB94EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB94EF is #546B10. Grayscale: #A4A4A4. Windows color (decimal): -5532433 or 15701163. OLE color: 15701163.

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

Color convert

RGB 171 148 239 -
CMYK 0.28 0.38 0 0.06
HSL 255.16º 0.74% 0.76% -
HSV(B) 255.16º 0.38% 0.94% -
XYZ 42.96 36.07 86.36 -
YUV 165.25 169.62 132.1 -
System Red Green Blue C M Y K H S L
Decimal 171 148 239 0.28 0.38 0 0.06 255.16 0.74 0.76
Hex AB 94 EF 1C 26 0 6 FF 4A 4C
Octal 253 224 357 34 46 0 6 377 112 114
Binary 10101011 10010100 11101111 11100 100110 0 110 11111111 1001010 1001100

Color Harmonies of #AB94EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB94EF

Black with #AB94EF

Text Example


Text Example

White with #AB94EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB94EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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