Html Css Color HEX #AA8BD4 Biloba Flower

📋 copy color: '#AA8BD4'

red 170 ◦ green 139 ◦ blue 212

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

Shades of Biloba Flower #AA8BD4

Tints of Biloba Flower #AA8BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.69%

R = 32.63%
G = 26.68%
B = 40.69%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AA8BD4 (or 0xAA8BD4) is known color: Biloba Flower. HEX triplet: AA, 8B and D4. RGB value is (170,139,212). Sum of RGB (Red+Green+Blue) = 170+139+212=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA8BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8BD4 is #55742B. Grayscale: #9C9C9C. Windows color (decimal): -5600300 or 13929386. OLE color: 13929386.

HSL color Cylindrical-coordinate representation of color #AA8BD4: hue angle of 265.48º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA8BD4 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 139 212 -
CMYK 0.20 0.34 0 0.17
HSL 265.48º 0.46% 0.69% -
HSV(B) 265.48º 0.34% 0.83% -
XYZ 37.69 31.76 66.43 -
YUV 156.59 159.27 137.56 -
System Red Green Blue C M Y K H S L
Decimal 170 139 212 0.20 0.34 0 0.17 265.48 0.46 0.69
Hex AA 8B D4 14 22 0 11 109 2E 45
Octal 252 213 324 24 42 0 21 411 56 105
Binary 10101010 10001011 11010100 10100 100010 0 10001 100001001 101110 1000101

Color Harmonies of #AA8BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8BD4

Black with #AA8BD4

Text Example


Text Example

White with #AA8BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8BD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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