Html Css Color HEX #A593DA Biloba Flower

📋 copy color: '#A593DA'

red 165 ◦ green 147 ◦ blue 218

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

Shades of Biloba Flower #A593DA

Tints of Biloba Flower #A593DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 31.13%
G = 27.74%
B = 41.13%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A593DA (or 0xA593DA) is known color: Biloba Flower. HEX triplet: A5, 93 and DA. RGB value is (165,147,218). Sum of RGB (Red+Green+Blue) = 165+147+218=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #A593DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593DA is #5A6C25. Grayscale: #A0A0A0. Windows color (decimal): -5925926 or 14324645. OLE color: 14324645.

HSL color Cylindrical-coordinate representation of color #A593DA: hue angle of 255.21º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A593DA is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 147 218 -
CMYK 0.24 0.33 0 0.15
HSL 255.21º 0.49% 0.72% -
HSV(B) 255.21º 0.33% 0.85% -
XYZ 38.61 33.93 70.84 -
YUV 160.48 160.46 131.23 -
System Red Green Blue C M Y K H S L
Decimal 165 147 218 0.24 0.33 0 0.15 255.21 0.49 0.72
Hex A5 93 DA 18 21 0 F FF 31 48
Octal 245 223 332 30 41 0 17 377 61 110
Binary 10100101 10010011 11011010 11000 100001 0 1111 11111111 110001 1001000

Color Harmonies of #A593DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A593DA

Black with #A593DA

Text Example


Text Example

White with #A593DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A593DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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