Html Css Color HEX #A881DF Biloba Flower

📋 copy color: '#A881DF'

red 168 ◦ green 129 ◦ blue 223

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

Shades of Biloba Flower #A881DF

Tints of Biloba Flower #A881DF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.81%

 BLUE value IS 223 (87.5% from 255) = 42.88%

R = 32.31%
G = 24.81%
B = 42.88%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A881DF (or 0xA881DF) is known color: Biloba Flower. HEX triplet: A8, 81 and DF. RGB value is (168,129,223). Sum of RGB (Red+Green+Blue) = 168+129+223=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #A881DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A881DF is #577E20. Grayscale: #979797. Windows color (decimal): -5733921 or 14647720. OLE color: 14647720.

HSL color Cylindrical-coordinate representation of color #A881DF: hue angle of 264.89º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A881DF is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 129 223 -
CMYK 0.25 0.42 0 0.13
HSL 264.89º 0.59% 0.69% -
HSV(B) 264.89º 0.42% 0.87% -
XYZ 37.32 29.35 73.51 -
YUV 151.38 168.42 139.86 -
System Red Green Blue C M Y K H S L
Decimal 168 129 223 0.25 0.42 0 0.13 264.89 0.59 0.69
Hex A8 81 DF 19 2A 0 D 109 3B 45
Octal 250 201 337 31 52 0 15 411 73 105
Binary 10101000 10000001 11011111 11001 101010 0 1101 100001001 111011 1000101

Color Harmonies of #A881DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A881DF

Black with #A881DF

Text Example


Text Example

White with #A881DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A881DF; }

 p { color: rgb(168,129,223); }

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

background-color css

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

 a { background-color: rgb(168,129,223); }

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

border-color css

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

 span { border-color: rgb(168,129,223); }

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