Html Css Color HEX #A593DB Biloba Flower

📋 copy color: '#A593DB'

red 165 ◦ green 147 ◦ blue 219

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

Shades of Biloba Flower #A593DB

Tints of Biloba Flower #A593DB

RGB

 RED value IS 165 (64.84% from 255) = 31.07%

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

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

R = 31.07%
G = 27.68%
B = 41.24%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A593DB (or 0xA593DB) is known color: Biloba Flower. HEX triplet: A5, 93 and DB. RGB value is (165,147,219). Sum of RGB (Red+Green+Blue) = 165+147+219=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #A593DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593DB is #5A6C24. Grayscale: #A0A0A0. Windows color (decimal): -5925925 or 14390181. OLE color: 14390181.

HSL color Cylindrical-coordinate representation of color #A593DB: hue angle of 255º 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 #A593DB is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 147 219 -
CMYK 0.25 0.33 0 0.14
HSL 255º 0.5% 0.72% -
HSV(B) 255º 0.33% 0.86% -
XYZ 38.74 33.98 71.54 -
YUV 160.59 160.96 131.15 -
System Red Green Blue C M Y K H S L
Decimal 165 147 219 0.25 0.33 0 0.14 255 0.5 0.72
Hex A5 93 DB 19 21 0 E FF 32 48
Octal 245 223 333 31 41 0 16 377 62 110
Binary 10100101 10010011 11011011 11001 100001 0 1110 11111111 110010 1001000

Color Harmonies of #A593DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A593DB

Black with #A593DB

Text Example


Text Example

White with #A593DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A593DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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