Html Css Color HEX #AB94FF Biloba Flower

📋 copy color: '#AB94FF'

red 171 ◦ green 148 ◦ blue 255

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

Shades of Biloba Flower #AB94FF

Tints of Biloba Flower #AB94FF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.78%

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

R = 29.79%
G = 25.78%
B = 44.43%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB94FF (or 0xAB94FF) is known color: Biloba Flower. HEX triplet: AB, 94 and FF. RGB value is (171,148,255). Sum of RGB (Red+Green+Blue) = 171+148+255=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB94FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB94FF is #546B00. Grayscale: #A6A6A6. Windows color (decimal): -5532417 or 16749739. OLE color: 16749739.

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

Color convert

RGB 171 148 255 -
CMYK 0.33 0.42 0 0
HSL 252.9º 1% 0.79% -
HSV(B) 252.9º 0.42% 1% -
XYZ 45.43 37.06 99.37 -
YUV 167.08 177.62 130.8 -
System Red Green Blue C M Y K H S L
Decimal 171 148 255 0.33 0.42 0 0 252.9 1 0.79
Hex AB 94 FF 21 2A 0 0 FD 64 4F
Octal 253 224 377 41 52 0 0 375 144 117
Binary 10101011 10010100 11111111 100001 101010 0 0 11111101 1100100 1001111

Color Harmonies of #AB94FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB94FF

Black with #AB94FF

Text Example


Text Example

White with #AB94FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB94FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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