Html Css Color HEX #AA92ED Biloba Flower

📋 copy color: '#AA92ED'

red 170 ◦ green 146 ◦ blue 237

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

Shades of Biloba Flower #AA92ED

Tints of Biloba Flower #AA92ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.86%

R = 30.74%
G = 26.4%
B = 42.86%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA92ED (or 0xAA92ED) is known color: Biloba Flower. HEX triplet: AA, 92 and ED. RGB value is (170,146,237). Sum of RGB (Red+Green+Blue) = 170+146+237=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA92ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA92ED is #556D12. Grayscale: #A3A3A3. Windows color (decimal): -5598483 or 15569578. OLE color: 15569578.

HSL color Cylindrical-coordinate representation of color #AA92ED: hue angle of 255.82º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA92ED is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 146 237 -
CMYK 0.28 0.38 0 0.07
HSL 255.82º 0.72% 0.75% -
HSV(B) 255.82º 0.38% 0.93% -
XYZ 42.14 35.22 84.7 -
YUV 163.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 170 146 237 0.28 0.38 0 0.07 255.82 0.72 0.75
Hex AA 92 ED 1C 26 0 7 100 48 4B
Octal 252 222 355 34 46 0 7 400 110 113
Binary 10101010 10010010 11101101 11100 100110 0 111 100000000 1001000 1001011

Color Harmonies of #AA92ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA92ED

Black with #AA92ED

Text Example


Text Example

White with #AA92ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA92ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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