Html Css Color HEX #AA95C4 Biloba Flower

📋 copy color: '#AA95C4'

red 170 ◦ green 149 ◦ blue 196

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

Shades of Biloba Flower #AA95C4

Tints of Biloba Flower #AA95C4

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.93%

 BLUE value IS 196 (76.95% from 255) = 38.06%

R = 33.01%
G = 28.93%
B = 38.06%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AA95C4 (or 0xAA95C4) is known color: Biloba Flower. HEX triplet: AA, 95 and C4. RGB value is (170,149,196). Sum of RGB (Red+Green+Blue) = 170+149+196=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA95C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA95C4 is #556A3B. Grayscale: #A0A0A0. Windows color (decimal): -5597756 or 12883370. OLE color: 12883370.

HSL color Cylindrical-coordinate representation of color #AA95C4: hue angle of 266.81º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA95C4 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 149 196 -
CMYK 0.13 0.24 0 0.23
HSL 266.81º 0.28% 0.68% -
HSV(B) 266.81º 0.24% 0.77% -
XYZ 37.29 34.03 56.83 -
YUV 160.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 170 149 196 0.13 0.24 0 0.23 266.81 0.28 0.68
Hex AA 95 C4 D 18 0 17 10B 1C 44
Octal 252 225 304 15 30 0 27 413 34 104
Binary 10101010 10010101 11000100 1101 11000 0 10111 100001011 11100 1000100

Color Harmonies of #AA95C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA95C4

Black with #AA95C4

Text Example


Text Example

White with #AA95C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA95C4; }

 p { color: rgb(170,149,196); }

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

background-color css

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

 a { background-color: rgb(170,149,196); }

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

border-color css

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

 span { border-color: rgb(170,149,196); }

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