Html Css Color HEX #A884DA Biloba Flower

📋 copy color: '#A884DA'

red 168 ◦ green 132 ◦ blue 218

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

Shades of Biloba Flower #A884DA

Tints of Biloba Flower #A884DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.08%

R = 32.43%
G = 25.48%
B = 42.08%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A884DA (or 0xA884DA) is known color: Biloba Flower. HEX triplet: A8, 84 and DA. RGB value is (168,132,218). Sum of RGB (Red+Green+Blue) = 168+132+218=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #A884DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A884DA is #577B25. Grayscale: #989898. Windows color (decimal): -5733158 or 14320808. OLE color: 14320808.

HSL color Cylindrical-coordinate representation of color #A884DA: hue angle of 265.12º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A884DA is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 132 218 -
CMYK 0.23 0.39 0 0.15
HSL 265.12º 0.54% 0.69% -
HSV(B) 265.12º 0.39% 0.85% -
XYZ 37.05 29.89 70.15 -
YUV 152.57 164.93 139.01 -
System Red Green Blue C M Y K H S L
Decimal 168 132 218 0.23 0.39 0 0.15 265.12 0.54 0.69
Hex A8 84 DA 17 27 0 F 109 36 45
Octal 250 204 332 27 47 0 17 411 66 105
Binary 10101000 10000100 11011010 10111 100111 0 1111 100001001 110110 1000101

Color Harmonies of #A884DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A884DA

Black with #A884DA

Text Example


Text Example

White with #A884DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A884DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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