Html Css Color HEX #AB9FF2 Biloba Flower

📋 copy color: '#AB9FF2'

red 171 ◦ green 159 ◦ blue 242

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

Shades of Biloba Flower #AB9FF2

Tints of Biloba Flower #AB9FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.31%

R = 29.9%
G = 27.8%
B = 42.31%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB9FF2 (or 0xAB9FF2) is known color: Biloba Flower. HEX triplet: AB, 9F and F2. RGB value is (171,159,242). Sum of RGB (Red+Green+Blue) = 171+159+242=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB9FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9FF2 is #54600D. Grayscale: #ABABAB. Windows color (decimal): -5529614 or 15900587. OLE color: 15900587.

HSL color Cylindrical-coordinate representation of color #AB9FF2: hue angle of 248.67º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB9FF2 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 159 242 -
CMYK 0.29 0.34 0 0.05
HSL 248.67º 0.76% 0.79% -
HSV(B) 248.67º 0.34% 0.95% -
XYZ 45.22 39.87 89.32 -
YUV 172.05 167.48 127.25 -
System Red Green Blue C M Y K H S L
Decimal 171 159 242 0.29 0.34 0 0.05 248.67 0.76 0.79
Hex AB 9F F2 1D 22 0 5 F9 4C 4F
Octal 253 237 362 35 42 0 5 371 114 117
Binary 10101011 10011111 11110010 11101 100010 0 101 11111001 1001100 1001111

Color Harmonies of #AB9FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9FF2

Black with #AB9FF2

Text Example


Text Example

White with #AB9FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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