Html Css Color HEX #AA94CB Biloba Flower

📋 copy color: '#AA94CB'

red 170 ◦ green 148 ◦ blue 203

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

Shades of Biloba Flower #AA94CB

Tints of Biloba Flower #AA94CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 32.63%
G = 28.41%
B = 38.96%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA94CB (or 0xAA94CB) is known color: Biloba Flower. HEX triplet: AA, 94 and CB. RGB value is (170,148,203). Sum of RGB (Red+Green+Blue) = 170+148+203=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA94CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA94CB is #556B34. Grayscale: #A0A0A0. Windows color (decimal): -5598005 or 13341866. OLE color: 13341866.

HSL color Cylindrical-coordinate representation of color #AA94CB: hue angle of 264º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA94CB is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 148 203 -
CMYK 0.16 0.27 0 0.20
HSL 264º 0.35% 0.69% -
HSV(B) 264º 0.27% 0.8% -
XYZ 37.95 34.04 61.07 -
YUV 160.85 151.79 134.53 -
System Red Green Blue C M Y K H S L
Decimal 170 148 203 0.16 0.27 0 0.20 264 0.35 0.69
Hex AA 94 CB 10 1B 0 14 108 23 45
Octal 252 224 313 20 33 0 24 410 43 105
Binary 10101010 10010100 11001011 10000 11011 0 10100 100001000 100011 1000101

Color Harmonies of #AA94CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA94CB

Black with #AA94CB

Text Example


Text Example

White with #AA94CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA94CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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