Html Css Color HEX #AB9FEA Biloba Flower

📋 copy color: '#AB9FEA'

red 171 ◦ green 159 ◦ blue 234

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

Shades of Biloba Flower #AB9FEA

Tints of Biloba Flower #AB9FEA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.19%

 BLUE value IS 234 (91.8% from 255) = 41.49%

R = 30.32%
G = 28.19%
B = 41.49%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB9FEA (or 0xAB9FEA) is known color: Biloba Flower. HEX triplet: AB, 9F and EA. RGB value is (171,159,234). Sum of RGB (Red+Green+Blue) = 171+159+234=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB9FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9FEA is #546015. Grayscale: #AAAAAA. Windows color (decimal): -5529622 or 15376299. OLE color: 15376299.

HSL color Cylindrical-coordinate representation of color #AB9FEA: hue angle of 249.6º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB9FEA is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 159 234 -
CMYK 0.27 0.32 0 0.08
HSL 249.6º 0.64% 0.77% -
HSV(B) 249.6º 0.32% 0.92% -
XYZ 44.04 39.39 83.12 -
YUV 171.14 163.48 127.9 -
System Red Green Blue C M Y K H S L
Decimal 171 159 234 0.27 0.32 0 0.08 249.6 0.64 0.77
Hex AB 9F EA 1B 20 0 8 FA 40 4D
Octal 253 237 352 33 40 0 10 372 100 115
Binary 10101011 10011111 11101010 11011 100000 0 1000 11111010 1000000 1001101

Color Harmonies of #AB9FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9FEA

Black with #AB9FEA

Text Example


Text Example

White with #AB9FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9FEA; }

 p { color: rgb(171,159,234); }

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

background-color css

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

 a { background-color: rgb(171,159,234); }

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

border-color css

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

 span { border-color: rgb(171,159,234); }

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