Html Css Color HEX #AB9BFA Biloba Flower

📋 copy color: '#AB9BFA'

red 171 ◦ green 155 ◦ blue 250

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

Shades of Biloba Flower #AB9BFA

Tints of Biloba Flower #AB9BFA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.91%

 BLUE value IS 250 (98.05% from 255) = 43.4%

R = 29.69%
G = 26.91%
B = 43.4%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB9BFA (or 0xAB9BFA) is known color: Biloba Flower. HEX triplet: AB, 9B and FA. RGB value is (171,155,250). Sum of RGB (Red+Green+Blue) = 171+155+250=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB9BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9BFA is #546405. Grayscale: #AAAAAA. Windows color (decimal): -5530630 or 16423851. OLE color: 16423851.

HSL color Cylindrical-coordinate representation of color #AB9BFA: hue angle of 250.11º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB9BFA is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 155 250 -
CMYK 0.32 0.38 0 0.02
HSL 250.11º 0.9% 0.79% -
HSV(B) 250.11º 0.38% 0.98% -
XYZ 45.77 39 95.56 -
YUV 170.61 172.8 128.28 -
System Red Green Blue C M Y K H S L
Decimal 171 155 250 0.32 0.38 0 0.02 250.11 0.9 0.79
Hex AB 9B FA 20 26 0 2 FA 5A 4F
Octal 253 233 372 40 46 0 2 372 132 117
Binary 10101011 10011011 11111010 100000 100110 0 10 11111010 1011010 1001111

Color Harmonies of #AB9BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9BFA

Black with #AB9BFA

Text Example


Text Example

White with #AB9BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9BFA; }

 p { color: rgb(171,155,250); }

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

background-color css

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

 a { background-color: rgb(171,155,250); }

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

border-color css

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

 span { border-color: rgb(171,155,250); }

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