Html Css Color HEX #AA8FD0 Biloba Flower

📋 copy color: '#AA8FD0'

red 170 ◦ green 143 ◦ blue 208

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

Shades of Biloba Flower #AA8FD0

Tints of Biloba Flower #AA8FD0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.45%

 BLUE value IS 208 (81.64% from 255) = 39.92%

R = 32.63%
G = 27.45%
B = 39.92%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA8FD0 (or 0xAA8FD0) is known color: Biloba Flower. HEX triplet: AA, 8F and D0. RGB value is (170,143,208). Sum of RGB (Red+Green+Blue) = 170+143+208=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA8FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8FD0 is #55702F. Grayscale: #9E9E9E. Windows color (decimal): -5599280 or 13668266. OLE color: 13668266.

HSL color Cylindrical-coordinate representation of color #AA8FD0: hue angle of 264.92º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA8FD0 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 143 208 -
CMYK 0.18 0.31 0 0.18
HSL 264.92º 0.41% 0.69% -
HSV(B) 264.92º 0.31% 0.82% -
XYZ 37.79 32.75 64 -
YUV 158.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 170 143 208 0.18 0.31 0 0.18 264.92 0.41 0.69
Hex AA 8F D0 12 1F 0 12 109 29 45
Octal 252 217 320 22 37 0 22 411 51 105
Binary 10101010 10001111 11010000 10010 11111 0 10010 100001001 101001 1000101

Color Harmonies of #AA8FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8FD0

Black with #AA8FD0

Text Example


Text Example

White with #AA8FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8FD0; }

 p { color: rgb(170,143,208); }

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

background-color css

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

 a { background-color: rgb(170,143,208); }

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

border-color css

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

 span { border-color: rgb(170,143,208); }

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