Html Css Color HEX #AB94F0 Biloba Flower

📋 copy color: '#AB94F0'

red 171 ◦ green 148 ◦ blue 240

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

Shades of Biloba Flower #AB94F0

Tints of Biloba Flower #AB94F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.93%

R = 30.59%
G = 26.48%
B = 42.93%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB94F0 (or 0xAB94F0) is known color: Biloba Flower. HEX triplet: AB, 94 and F0. RGB value is (171,148,240). Sum of RGB (Red+Green+Blue) = 171+148+240=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 148 (58.20% from 255 or 26.48% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB94F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB94F0 is #546B0F. Grayscale: #A5A5A5. Windows color (decimal): -5532432 or 15766699. OLE color: 15766699.

HSL color Cylindrical-coordinate representation of color #AB94F0: hue angle of 255º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB94F0 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 148 240 -
CMYK 0.29 0.38 0 0.06
HSL 255º 0.75% 0.76% -
HSV(B) 255º 0.38% 0.94% -
XYZ 43.11 36.13 87.14 -
YUV 165.37 170.12 132.02 -
System Red Green Blue C M Y K H S L
Decimal 171 148 240 0.29 0.38 0 0.06 255 0.75 0.76
Hex AB 94 F0 1D 26 0 6 FF 4B 4C
Octal 253 224 360 35 46 0 6 377 113 114
Binary 10101011 10010100 11110000 11101 100110 0 110 11111111 1001011 1001100

Color Harmonies of #AB94F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB94F0

Black with #AB94F0

Text Example


Text Example

White with #AB94F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB94F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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