Html Css Color HEX #AA8FFD Biloba Flower

📋 copy color: '#AA8FFD'

red 170 ◦ green 143 ◦ blue 253

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

Shades of Biloba Flower #AA8FFD

Tints of Biloba Flower #AA8FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.7%

R = 30.04%
G = 25.27%
B = 44.7%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA8FFD (or 0xAA8FFD) is known color: Biloba Flower. HEX triplet: AA, 8F and FD. RGB value is (170,143,253). Sum of RGB (Red+Green+Blue) = 170+143+253=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA8FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8FFD is #557002. Grayscale: #A3A3A3. Windows color (decimal): -5599235 or 16617386. OLE color: 16617386.

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

Color convert

RGB 170 143 253 -
CMYK 0.33 0.43 0 0.01
HSL 254.73º 0.96% 0.78% -
HSV(B) 254.73º 0.43% 0.99% -
XYZ 44.13 35.28 97.41 -
YUV 163.61 178.45 132.56 -
System Red Green Blue C M Y K H S L
Decimal 170 143 253 0.33 0.43 0 0.01 254.73 0.96 0.78
Hex AA 8F FD 21 2B 0 1 FF 60 4E
Octal 252 217 375 41 53 0 1 377 140 116
Binary 10101010 10001111 11111101 100001 101011 0 1 11111111 1100000 1001110

Color Harmonies of #AA8FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8FFD

Black with #AA8FFD

Text Example


Text Example

White with #AA8FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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