Html Css Color HEX #AB90FE Biloba Flower

📋 copy color: '#AB90FE'

red 171 ◦ green 144 ◦ blue 254

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

Shades of Biloba Flower #AB90FE

Tints of Biloba Flower #AB90FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.64%

R = 30.05%
G = 25.31%
B = 44.64%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB90FE (or 0xAB90FE) is known color: Biloba Flower. HEX triplet: AB, 90 and FE. RGB value is (171,144,254). Sum of RGB (Red+Green+Blue) = 171+144+254=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB90FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB90FE is #546F01. Grayscale: #A4A4A4. Windows color (decimal): -5533442 or 16683179. OLE color: 16683179.

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

Color convert

RGB 171 144 254 -
CMYK 0.33 0.43 0 0.00
HSL 254.73º 0.98% 0.78% -
HSV(B) 254.73º 0.43% 1% -
XYZ 44.66 35.76 98.31 -
YUV 164.61 178.45 132.56 -
System Red Green Blue C M Y K H S L
Decimal 171 144 254 0.33 0.43 0 0.00 254.73 0.98 0.78
Hex AB 90 FE 21 2B 0 0 FF 62 4E
Octal 253 220 376 41 53 0 0 377 142 116
Binary 10101011 10010000 11111110 100001 101011 0 0 11111111 1100010 1001110

Color Harmonies of #AB90FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB90FE

Black with #AB90FE

Text Example


Text Example

White with #AB90FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB90FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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