Html Css Color HEX #AA8BCE Biloba Flower

📋 copy color: '#AA8BCE'

red 170 ◦ green 139 ◦ blue 206

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

Shades of Biloba Flower #AA8BCE

Tints of Biloba Flower #AA8BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.99%

 BLUE value IS 206 (80.86% from 255) = 40%

R = 33.01%
G = 26.99%
B = 40%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA8BCE (or 0xAA8BCE) is known color: Biloba Flower. HEX triplet: AA, 8B and CE. RGB value is (170,139,206). Sum of RGB (Red+Green+Blue) = 170+139+206=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA8BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8BCE is #557431. Grayscale: #9B9B9B. Windows color (decimal): -5600306 or 13536170. OLE color: 13536170.

HSL color Cylindrical-coordinate representation of color #AA8BCE: hue angle of 267.76º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA8BCE is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 139 206 -
CMYK 0.17 0.33 0 0.19
HSL 267.76º 0.41% 0.68% -
HSV(B) 267.76º 0.33% 0.81% -
XYZ 36.95 31.47 62.52 -
YUV 155.91 156.27 138.05 -
System Red Green Blue C M Y K H S L
Decimal 170 139 206 0.17 0.33 0 0.19 267.76 0.41 0.68
Hex AA 8B CE 11 21 0 13 10C 29 44
Octal 252 213 316 21 41 0 23 414 51 104
Binary 10101010 10001011 11001110 10001 100001 0 10011 100001100 101001 1000100

Color Harmonies of #AA8BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8BCE

Black with #AA8BCE

Text Example


Text Example

White with #AA8BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8BCE; }

 p { color: rgb(170,139,206); }

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

background-color css

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

 a { background-color: rgb(170,139,206); }

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

border-color css

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

 span { border-color: rgb(170,139,206); }

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