Html Css Color HEX #AA8FFF Biloba Flower

📋 copy color: '#AA8FFF'

red 170 ◦ green 143 ◦ blue 255

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

Shades of Biloba Flower #AA8FFF

Tints of Biloba Flower #AA8FFF

RGB

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

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

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

R = 29.93%
G = 25.18%
B = 44.89%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA8FFF (or 0xAA8FFF) is known color: Biloba Flower. HEX triplet: AA, 8F and FF. RGB value is (170,143,255). Sum of RGB (Red+Green+Blue) = 170+143+255=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA8FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8FFF is #557000. Grayscale: #A3A3A3. Windows color (decimal): -5599233 or 16748458. OLE color: 16748458.

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

Color convert

RGB 170 143 255 -
CMYK 0.33 0.44 0 0
HSL 254.46º 1% 0.78% -
HSV(B) 254.46º 0.44% 1% -
XYZ 44.45 35.41 99.1 -
YUV 163.84 179.45 132.39 -
System Red Green Blue C M Y K H S L
Decimal 170 143 255 0.33 0.44 0 0 254.46 1 0.78
Hex AA 8F FF 21 2C 0 0 FE 64 4E
Octal 252 217 377 41 54 0 0 376 144 116
Binary 10101010 10001111 11111111 100001 101100 0 0 11111110 1100100 1001110

Color Harmonies of #AA8FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8FFF

Black with #AA8FFF

Text Example


Text Example

White with #AA8FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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