Html Css Color HEX #A593DF Biloba Flower

📋 copy color: '#A593DF'

red 165 ◦ green 147 ◦ blue 223

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

Shades of Biloba Flower #A593DF

Tints of Biloba Flower #A593DF

RGB

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

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

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

R = 30.84%
G = 27.48%
B = 41.68%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A593DF (or 0xA593DF) is known color: Biloba Flower. HEX triplet: A5, 93 and DF. RGB value is (165,147,223). Sum of RGB (Red+Green+Blue) = 165+147+223=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #A593DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593DF is #5A6C20. Grayscale: #A0A0A0. Windows color (decimal): -5925921 or 14652325. OLE color: 14652325.

HSL color Cylindrical-coordinate representation of color #A593DF: hue angle of 254.21º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A593DF is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 147 223 -
CMYK 0.26 0.34 0 0.13
HSL 254.21º 0.54% 0.73% -
HSV(B) 254.21º 0.34% 0.87% -
XYZ 39.27 34.19 74.34 -
YUV 161.05 162.96 130.82 -
System Red Green Blue C M Y K H S L
Decimal 165 147 223 0.26 0.34 0 0.13 254.21 0.54 0.73
Hex A5 93 DF 1A 22 0 D FE 36 49
Octal 245 223 337 32 42 0 15 376 66 111
Binary 10100101 10010011 11011111 11010 100010 0 1101 11111110 110110 1001001

Color Harmonies of #A593DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A593DF

Black with #A593DF

Text Example


Text Example

White with #A593DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A593DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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