Html Css Color HEX #AA94E6 Biloba Flower

📋 copy color: '#AA94E6'

red 170 ◦ green 148 ◦ blue 230

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

Shades of Biloba Flower #AA94E6

Tints of Biloba Flower #AA94E6

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.01%

 BLUE value IS 230 (90.23% from 255) = 41.97%

R = 31.02%
G = 27.01%
B = 41.97%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA94E6 (or 0xAA94E6) is known color: Biloba Flower. HEX triplet: AA, 94 and E6. RGB value is (170,148,230). Sum of RGB (Red+Green+Blue) = 170+148+230=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA94E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA94E6 is #556B19. Grayscale: #A3A3A3. Windows color (decimal): -5597978 or 15111338. OLE color: 15111338.

HSL color Cylindrical-coordinate representation of color #AA94E6: hue angle of 256.1º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA94E6 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 148 230 -
CMYK 0.26 0.36 0 0.10
HSL 256.1º 0.62% 0.74% -
HSV(B) 256.1º 0.36% 0.9% -
XYZ 41.45 35.44 79.52 -
YUV 163.93 165.29 132.33 -
System Red Green Blue C M Y K H S L
Decimal 170 148 230 0.26 0.36 0 0.10 256.1 0.62 0.74
Hex AA 94 E6 1A 24 0 A 100 3E 4A
Octal 252 224 346 32 44 0 12 400 76 112
Binary 10101010 10010100 11100110 11010 100100 0 1010 100000000 111110 1001010

Color Harmonies of #AA94E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA94E6

Black with #AA94E6

Text Example


Text Example

White with #AA94E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA94E6; }

 p { color: rgb(170,148,230); }

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

background-color css

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

 a { background-color: rgb(170,148,230); }

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

border-color css

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

 span { border-color: rgb(170,148,230); }

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