Html Css Color HEX #A881DB Biloba Flower

📋 copy color: '#A881DB'

red 168 ◦ green 129 ◦ blue 219

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

Shades of Biloba Flower #A881DB

Tints of Biloba Flower #A881DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.44%

R = 32.56%
G = 25%
B = 42.44%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A881DB (or 0xA881DB) is known color: Biloba Flower. HEX triplet: A8, 81 and DB. RGB value is (168,129,219). Sum of RGB (Red+Green+Blue) = 168+129+219=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #A881DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A881DB is #577E24. Grayscale: #969696. Windows color (decimal): -5733925 or 14385576. OLE color: 14385576.

HSL color Cylindrical-coordinate representation of color #A881DB: hue angle of 266º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A881DB is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 129 219 -
CMYK 0.23 0.41 0 0.14
HSL 266º 0.56% 0.68% -
HSV(B) 266º 0.41% 0.86% -
XYZ 36.78 29.14 70.7 -
YUV 150.92 166.42 140.18 -
System Red Green Blue C M Y K H S L
Decimal 168 129 219 0.23 0.41 0 0.14 266 0.56 0.68
Hex A8 81 DB 17 29 0 E 10A 38 44
Octal 250 201 333 27 51 0 16 412 70 104
Binary 10101000 10000001 11011011 10111 101001 0 1110 100001010 111000 1000100

Color Harmonies of #A881DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A881DB

Black with #A881DB

Text Example


Text Example

White with #A881DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A881DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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