Html Css Color HEX #AB9AFF Biloba Flower

📋 copy color: '#AB9AFF'

red 171 ◦ green 154 ◦ blue 255

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

Shades of Biloba Flower #AB9AFF

Tints of Biloba Flower #AB9AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.55%

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

R = 29.48%
G = 26.55%
B = 43.97%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB9AFF (or 0xAB9AFF) is known color: Biloba Flower. HEX triplet: AB, 9A and FF. RGB value is (171,154,255). Sum of RGB (Red+Green+Blue) = 171+154+255=580 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.48% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB9AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9AFF is #546500. Grayscale: #AAAAAA. Windows color (decimal): -5530881 or 16751275. OLE color: 16751275.

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

Color convert

RGB 171 154 255 -
CMYK 0.33 0.40 0 0
HSL 250.1º 1% 0.8% -
HSV(B) 250.1º 0.4% 1% -
XYZ 46.4 38.99 99.69 -
YUV 170.6 175.63 128.29 -
System Red Green Blue C M Y K H S L
Decimal 171 154 255 0.33 0.40 0 0 250.1 1 0.8
Hex AB 9A FF 21 28 0 0 FA 64 50
Octal 253 232 377 41 50 0 0 372 144 120
Binary 10101011 10011010 11111111 100001 101000 0 0 11111010 1100100 1010000

Color Harmonies of #AB9AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9AFF

Black with #AB9AFF

Text Example


Text Example

White with #AB9AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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