Html Css Color HEX #AB9BFF Biloba Flower

📋 copy color: '#AB9BFF'

red 171 ◦ green 155 ◦ blue 255

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

Shades of Biloba Flower #AB9BFF

Tints of Biloba Flower #AB9BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.89%

R = 29.43%
G = 26.68%
B = 43.89%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB9BFF (or 0xAB9BFF) is known color: Biloba Flower. HEX triplet: AB, 9B and FF. RGB value is (171,155,255). Sum of RGB (Red+Green+Blue) = 171+155+255=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 155 (60.94% from 255 or 26.68% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB9BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9BFF is #546400. Grayscale: #AAAAAA. Windows color (decimal): -5530625 or 16751531. OLE color: 16751531.

HSL color Cylindrical-coordinate representation of color #AB9BFF: hue angle of 249.6º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB9BFF is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 171 155 255 -
CMYK 0.33 0.39 0 0
HSL 249.6º 1% 0.8% -
HSV(B) 249.6º 0.39% 1% -
XYZ 46.57 39.32 99.74 -
YUV 171.18 175.3 127.87 -
System Red Green Blue C M Y K H S L
Decimal 171 155 255 0.33 0.39 0 0 249.6 1 0.8
Hex AB 9B FF 21 27 0 0 FA 64 50
Octal 253 233 377 41 47 0 0 372 144 120
Binary 10101011 10011011 11111111 100001 100111 0 0 11111010 1100100 1010000

Color Harmonies of #AB9BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9BFF

Black with #AB9BFF

Text Example


Text Example

White with #AB9BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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