Html Css Color HEX #AA93CC Biloba Flower

📋 copy color: '#AA93CC'

red 170 ◦ green 147 ◦ blue 204

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

Shades of Biloba Flower #AA93CC

Tints of Biloba Flower #AA93CC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.21%

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 32.63%
G = 28.21%
B = 39.16%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA93CC (or 0xAA93CC) is known color: Biloba Flower. HEX triplet: AA, 93 and CC. RGB value is (170,147,204). Sum of RGB (Red+Green+Blue) = 170+147+204=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA93CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93CC is #556C33. Grayscale: #A0A0A0. Windows color (decimal): -5598260 or 13407146. OLE color: 13407146.

HSL color Cylindrical-coordinate representation of color #AA93CC: hue angle of 264.21º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA93CC is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 147 204 -
CMYK 0.17 0.28 0 0.2
HSL 264.21º 0.36% 0.69% -
HSV(B) 264.21º 0.28% 0.8% -
XYZ 37.91 33.77 61.65 -
YUV 160.38 152.62 134.87 -
System Red Green Blue C M Y K H S L
Decimal 170 147 204 0.17 0.28 0 0.2 264.21 0.36 0.69
Hex AA 93 CC 11 1C 0 14 108 24 45
Octal 252 223 314 21 34 0 24 410 44 105
Binary 10101010 10010011 11001100 10001 11100 0 10100 100001000 100100 1000101

Color Harmonies of #AA93CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA93CC

Black with #AA93CC

Text Example


Text Example

White with #AA93CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA93CC; }

 p { color: rgb(170,147,204); }

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

background-color css

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

 a { background-color: rgb(170,147,204); }

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

border-color css

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

 span { border-color: rgb(170,147,204); }

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