Html Css Color HEX #AA8BCD Biloba Flower

📋 copy color: '#AA8BCD'

red 170 ◦ green 139 ◦ blue 205

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

Shades of Biloba Flower #AA8BCD

Tints of Biloba Flower #AA8BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.88%

R = 33.07%
G = 27.04%
B = 39.88%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA8BCD (or 0xAA8BCD) is known color: Biloba Flower. HEX triplet: AA, 8B and CD. RGB value is (170,139,205). Sum of RGB (Red+Green+Blue) = 170+139+205=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA8BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8BCD is #557432. Grayscale: #9B9B9B. Windows color (decimal): -5600307 or 13470634. OLE color: 13470634.

HSL color Cylindrical-coordinate representation of color #AA8BCD: hue angle of 268.18º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA8BCD is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 139 205 -
CMYK 0.17 0.32 0 0.20
HSL 268.18º 0.4% 0.67% -
HSV(B) 268.18º 0.32% 0.8% -
XYZ 36.83 31.42 61.88 -
YUV 155.79 155.77 138.13 -
System Red Green Blue C M Y K H S L
Decimal 170 139 205 0.17 0.32 0 0.20 268.18 0.4 0.67
Hex AA 8B CD 11 20 0 14 10C 28 43
Octal 252 213 315 21 40 0 24 414 50 103
Binary 10101010 10001011 11001101 10001 100000 0 10100 100001100 101000 1000011

Color Harmonies of #AA8BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8BCD

Black with #AA8BCD

Text Example


Text Example

White with #AA8BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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