Html Css Color HEX #AA7FDD Biloba Flower

📋 copy color: '#AA7FDD'

red 170 ◦ green 127 ◦ blue 221

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

Shades of Biloba Flower #AA7FDD

Tints of Biloba Flower #AA7FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 24.52%

 BLUE value IS 221 (86.72% from 255) = 42.66%

R = 32.82%
G = 24.52%
B = 42.66%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA7FDD (or 0xAA7FDD) is known color: Biloba Flower. HEX triplet: AA, 7F and DD. RGB value is (170,127,221). Sum of RGB (Red+Green+Blue) = 170+127+221=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA7FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7FDD is #558022. Grayscale: #969696. Windows color (decimal): -5603363 or 14516138. OLE color: 14516138.

HSL color Cylindrical-coordinate representation of color #AA7FDD: hue angle of 267.45º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA7FDD is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 127 221 -
CMYK 0.23 0.43 0 0.13
HSL 267.45º 0.58% 0.68% -
HSV(B) 267.45º 0.43% 0.87% -
XYZ 37.22 28.95 72.03 -
YUV 150.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 170 127 221 0.23 0.43 0 0.13 267.45 0.58 0.68
Hex AA 7F DD 17 2B 0 D 10B 3A 44
Octal 252 177 335 27 53 0 15 413 72 104
Binary 10101010 1111111 11011101 10111 101011 0 1101 100001011 111010 1000100

Color Harmonies of #AA7FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7FDD

Black with #AA7FDD

Text Example


Text Example

White with #AA7FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7FDD; }

 p { color: rgb(170,127,221); }

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

background-color css

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

 a { background-color: rgb(170,127,221); }

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

border-color css

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

 span { border-color: rgb(170,127,221); }

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