Html Css Color HEX #AA8BDA Biloba Flower

📋 copy color: '#AA8BDA'

red 170 ◦ green 139 ◦ blue 218

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

Shades of Biloba Flower #AA8BDA

Tints of Biloba Flower #AA8BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.37%

R = 32.26%
G = 26.38%
B = 41.37%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA8BDA (or 0xAA8BDA) is known color: Biloba Flower. HEX triplet: AA, 8B and DA. RGB value is (170,139,218). Sum of RGB (Red+Green+Blue) = 170+139+218=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA8BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8BDA is #557425. Grayscale: #9C9C9C. Windows color (decimal): -5600294 or 14322602. OLE color: 14322602.

HSL color Cylindrical-coordinate representation of color #AA8BDA: hue angle of 263.54º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA8BDA is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 139 218 -
CMYK 0.22 0.36 0 0.15
HSL 263.54º 0.52% 0.7% -
HSV(B) 263.54º 0.36% 0.85% -
XYZ 38.47 32.07 70.49 -
YUV 157.28 162.27 137.08 -
System Red Green Blue C M Y K H S L
Decimal 170 139 218 0.22 0.36 0 0.15 263.54 0.52 0.7
Hex AA 8B DA 16 24 0 F 108 34 46
Octal 252 213 332 26 44 0 17 410 64 106
Binary 10101010 10001011 11011010 10110 100100 0 1111 100001000 110100 1000110

Color Harmonies of #AA8BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8BDA

Black with #AA8BDA

Text Example


Text Example

White with #AA8BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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