Html Css Color HEX #AB92FA Biloba Flower

📋 copy color: '#AB92FA'

red 171 ◦ green 146 ◦ blue 250

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

Shades of Biloba Flower #AB92FA

Tints of Biloba Flower #AB92FA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.75%

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

R = 30.16%
G = 25.75%
B = 44.09%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB92FA (or 0xAB92FA) is known color: Biloba Flower. HEX triplet: AB, 92 and FA. RGB value is (171,146,250). Sum of RGB (Red+Green+Blue) = 171+146+250=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB92FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB92FA is #546D05. Grayscale: #A4A4A4. Windows color (decimal): -5532934 or 16421547. OLE color: 16421547.

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

Color convert

RGB 171 146 250 -
CMYK 0.32 0.42 0 0.02
HSL 254.42º 0.91% 0.78% -
HSV(B) 254.42º 0.42% 0.98% -
XYZ 44.33 36.12 95.08 -
YUV 165.33 175.78 132.04 -
System Red Green Blue C M Y K H S L
Decimal 171 146 250 0.32 0.42 0 0.02 254.42 0.91 0.78
Hex AB 92 FA 20 2A 0 2 FE 5B 4E
Octal 253 222 372 40 52 0 2 376 133 116
Binary 10101011 10010010 11111010 100000 101010 0 10 11111110 1011011 1001110

Color Harmonies of #AB92FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB92FA

Black with #AB92FA

Text Example


Text Example

White with #AB92FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB92FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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