Html Css Color HEX #AA8CCD Biloba Flower

📋 copy color: '#AA8CCD'

red 170 ◦ green 140 ◦ blue 205

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

Shades of Biloba Flower #AA8CCD

Tints of Biloba Flower #AA8CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.18%

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

R = 33.01%
G = 27.18%
B = 39.81%

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

#AA8CCD (or 0xAA8CCD) is known color: Biloba Flower. HEX triplet: AA, 8C and CD. RGB value is (170,140,205). Sum of RGB (Red+Green+Blue) = 170+140+205=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA8CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CCD is #557332. Grayscale: #9C9C9C. Windows color (decimal): -5600051 or 13470890. OLE color: 13470890.

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

Color convert

RGB 170 140 205 -
CMYK 0.17 0.32 0 0.20
HSL 267.69º 0.39% 0.68% -
HSV(B) 267.69º 0.32% 0.8% -
XYZ 36.98 31.71 61.93 -
YUV 156.38 155.44 137.71 -
System Red Green Blue C M Y K H S L
Decimal 170 140 205 0.17 0.32 0 0.20 267.69 0.39 0.68
Hex AA 8C CD 11 20 0 14 10C 27 44
Octal 252 214 315 21 40 0 24 414 47 104
Binary 10101010 10001100 11001101 10001 100000 0 10100 100001100 100111 1000100

Color Harmonies of #AA8CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8CCD

Black with #AA8CCD

Text Example


Text Example

White with #AA8CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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