Html Css Color HEX #AB90FA Biloba Flower

📋 copy color: '#AB90FA'

red 171 ◦ green 144 ◦ blue 250

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

Shades of Biloba Flower #AB90FA

Tints of Biloba Flower #AB90FA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.49%

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

R = 30.27%
G = 25.49%
B = 44.25%

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

#AB90FA (or 0xAB90FA) is known color: Biloba Flower. HEX triplet: AB, 90 and FA. RGB value is (171,144,250). Sum of RGB (Red+Green+Blue) = 171+144+250=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB90FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB90FA is #546F05. Grayscale: #A3A3A3. Windows color (decimal): -5533446 or 16421035. OLE color: 16421035.

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

Color convert

RGB 171 144 250 -
CMYK 0.32 0.42 0 0.02
HSL 255.28º 0.91% 0.77% -
HSV(B) 255.28º 0.42% 0.98% -
XYZ 44.02 35.51 94.98 -
YUV 164.16 176.45 132.88 -
System Red Green Blue C M Y K H S L
Decimal 171 144 250 0.32 0.42 0 0.02 255.28 0.91 0.77
Hex AB 90 FA 20 2A 0 2 FF 5B 4D
Octal 253 220 372 40 52 0 2 377 133 115
Binary 10101011 10010000 11111010 100000 101010 0 10 11111111 1011011 1001101

Color Harmonies of #AB90FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB90FA

Black with #AB90FA

Text Example


Text Example

White with #AB90FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB90FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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