Html Css Color HEX #AA8CFD Biloba Flower

📋 copy color: '#AA8CFD'

red 170 ◦ green 140 ◦ blue 253

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

Shades of Biloba Flower #AA8CFD

Tints of Biloba Flower #AA8CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.87%

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

R = 30.2%
G = 24.87%
B = 44.94%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA8CFD (or 0xAA8CFD) is known color: Biloba Flower. HEX triplet: AA, 8C and FD. RGB value is (170,140,253). Sum of RGB (Red+Green+Blue) = 170+140+253=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA8CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8CFD is #557302. Grayscale: #A1A1A1. Windows color (decimal): -5600003 or 16616618. OLE color: 16616618.

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

Color convert

RGB 170 140 253 -
CMYK 0.33 0.45 0 0.01
HSL 255.93º 0.97% 0.77% -
HSV(B) 255.93º 0.45% 0.99% -
XYZ 43.69 34.39 97.26 -
YUV 161.85 179.44 133.81 -
System Red Green Blue C M Y K H S L
Decimal 170 140 253 0.33 0.45 0 0.01 255.93 0.97 0.77
Hex AA 8C FD 21 2D 0 1 100 61 4D
Octal 252 214 375 41 55 0 1 400 141 115
Binary 10101010 10001100 11111101 100001 101101 0 1 100000000 1100001 1001101

Color Harmonies of #AA8CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8CFD

Black with #AA8CFD

Text Example


Text Example

White with #AA8CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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