Html Css Color HEX #AA92E6 Biloba Flower

📋 copy color: '#AA92E6'

red 170 ◦ green 146 ◦ blue 230

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

Shades of Biloba Flower #AA92E6

Tints of Biloba Flower #AA92E6

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.74%

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

R = 31.14%
G = 26.74%
B = 42.12%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA92E6 (or 0xAA92E6) is known color: Biloba Flower. HEX triplet: AA, 92 and E6. RGB value is (170,146,230). Sum of RGB (Red+Green+Blue) = 170+146+230=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA92E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA92E6 is #556D19. Grayscale: #A2A2A2. Windows color (decimal): -5598490 or 15110826. OLE color: 15110826.

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

Color convert

RGB 170 146 230 -
CMYK 0.26 0.37 0 0.10
HSL 257.14º 0.63% 0.74% -
HSV(B) 257.14º 0.37% 0.9% -
XYZ 41.14 34.82 79.41 -
YUV 162.75 165.95 133.17 -
System Red Green Blue C M Y K H S L
Decimal 170 146 230 0.26 0.37 0 0.10 257.14 0.63 0.74
Hex AA 92 E6 1A 25 0 A 101 3F 4A
Octal 252 222 346 32 45 0 12 401 77 112
Binary 10101010 10010010 11100110 11010 100101 0 1010 100000001 111111 1001010

Color Harmonies of #AA92E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA92E6

Black with #AA92E6

Text Example


Text Example

White with #AA92E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA92E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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