Html Css Color HEX #AA8FFB Biloba Flower

📋 copy color: '#AA8FFB'

red 170 ◦ green 143 ◦ blue 251

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

Shades of Biloba Flower #AA8FFB

Tints of Biloba Flower #AA8FFB

RGB

 RED value IS 170 (66.8% from 255) = 30.14%

 GREEN value IS 143 (56.25% from 255) = 25.35%

 BLUE value IS 251 (98.44% from 255) = 44.5%

R = 30.14%
G = 25.35%
B = 44.5%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA8FFB (or 0xAA8FFB) is known color: Biloba Flower. HEX triplet: AA, 8F and FB. RGB value is (170,143,251). Sum of RGB (Red+Green+Blue) = 170+143+251=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA8FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8FFB is #557004. Grayscale: #A2A2A2. Windows color (decimal): -5599237 or 16486314. OLE color: 16486314.

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

Color convert

RGB 170 143 251 -
CMYK 0.32 0.43 0 0.02
HSL 255º 0.93% 0.77% -
HSV(B) 255º 0.43% 0.98% -
XYZ 43.81 35.16 95.74 -
YUV 163.39 177.45 132.72 -
System Red Green Blue C M Y K H S L
Decimal 170 143 251 0.32 0.43 0 0.02 255 0.93 0.77
Hex AA 8F FB 20 2B 0 2 FF 5D 4D
Octal 252 217 373 40 53 0 2 377 135 115
Binary 10101010 10001111 11111011 100000 101011 0 10 11111111 1011101 1001101

Color Harmonies of #AA8FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8FFB

Black with #AA8FFB

Text Example


Text Example

White with #AA8FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8FFB; }

 p { color: rgb(170,143,251); }

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

background-color css

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

 a { background-color: rgb(170,143,251); }

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

border-color css

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

 span { border-color: rgb(170,143,251); }

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