Html Css Color HEX #A893DB Biloba Flower

📋 copy color: '#A893DB'

red 168 ◦ green 147 ◦ blue 219

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

Shades of Biloba Flower #A893DB

Tints of Biloba Flower #A893DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.53%

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

R = 31.46%
G = 27.53%
B = 41.01%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A893DB (or 0xA893DB) is known color: Biloba Flower. HEX triplet: A8, 93 and DB. RGB value is (168,147,219). Sum of RGB (Red+Green+Blue) = 168+147+219=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #A893DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A893DB is #576C24. Grayscale: #A1A1A1. Windows color (decimal): -5729317 or 14390184. OLE color: 14390184.

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

Color convert

RGB 168 147 219 -
CMYK 0.23 0.33 0 0.14
HSL 257.5º 0.5% 0.72% -
HSV(B) 257.5º 0.33% 0.86% -
XYZ 39.37 34.31 71.56 -
YUV 161.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 168 147 219 0.23 0.33 0 0.14 257.5 0.5 0.72
Hex A8 93 DB 17 21 0 E 102 32 48
Octal 250 223 333 27 41 0 16 402 62 110
Binary 10101000 10010011 11011011 10111 100001 0 1110 100000010 110010 1001000

Color Harmonies of #A893DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A893DB

Black with #A893DB

Text Example


Text Example

White with #A893DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A893DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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