Html Css Color HEX #A884DD Biloba Flower

📋 copy color: '#A884DD'

red 168 ◦ green 132 ◦ blue 221

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

Shades of Biloba Flower #A884DD

Tints of Biloba Flower #A884DD

RGB

 RED value IS 168 (66.02% from 255) = 32.25%

 GREEN value IS 132 (51.95% from 255) = 25.34%

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

R = 32.25%
G = 25.34%
B = 42.42%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A884DD (or 0xA884DD) is known color: Biloba Flower. HEX triplet: A8, 84 and DD. RGB value is (168,132,221). Sum of RGB (Red+Green+Blue) = 168+132+221=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #A884DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A884DD is #577B22. Grayscale: #989898. Windows color (decimal): -5733155 or 14517416. OLE color: 14517416.

HSL color Cylindrical-coordinate representation of color #A884DD: hue angle of 264.27º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A884DD is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 132 221 -
CMYK 0.24 0.40 0 0.13
HSL 264.27º 0.57% 0.69% -
HSV(B) 264.27º 0.4% 0.87% -
XYZ 37.45 30.05 72.23 -
YUV 152.91 166.43 138.76 -
System Red Green Blue C M Y K H S L
Decimal 168 132 221 0.24 0.40 0 0.13 264.27 0.57 0.69
Hex A8 84 DD 18 28 0 D 108 39 45
Octal 250 204 335 30 50 0 15 410 71 105
Binary 10101000 10000100 11011101 11000 101000 0 1101 100001000 111001 1000101

Color Harmonies of #A884DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A884DD

Black with #A884DD

Text Example


Text Example

White with #A884DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A884DD; }

 p { color: rgb(168,132,221); }

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

background-color css

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

 a { background-color: rgb(168,132,221); }

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

border-color css

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

 span { border-color: rgb(168,132,221); }

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