Html Css Color HEX #A593D5 Biloba Flower

📋 copy color: '#A593D5'

red 165 ◦ green 147 ◦ blue 213

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

Shades of Biloba Flower #A593D5

Tints of Biloba Flower #A593D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.57%

R = 31.43%
G = 28%
B = 40.57%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A593D5 (or 0xA593D5) is known color: Biloba Flower. HEX triplet: A5, 93 and D5. RGB value is (165,147,213). Sum of RGB (Red+Green+Blue) = 165+147+213=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #A593D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593D5 is #5A6C2A. Grayscale: #9F9F9F. Windows color (decimal): -5925931 or 13996965. OLE color: 13996965.

HSL color Cylindrical-coordinate representation of color #A593D5: hue angle of 256.36º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A593D5 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 147 213 -
CMYK 0.23 0.31 0 0.16
HSL 256.36º 0.44% 0.71% -
HSV(B) 256.36º 0.31% 0.84% -
XYZ 37.96 33.67 67.45 -
YUV 159.91 157.96 131.63 -
System Red Green Blue C M Y K H S L
Decimal 165 147 213 0.23 0.31 0 0.16 256.36 0.44 0.71
Hex A5 93 D5 17 1F 0 10 100 2C 47
Octal 245 223 325 27 37 0 20 400 54 107
Binary 10100101 10010011 11010101 10111 11111 0 10000 100000000 101100 1000111

Color Harmonies of #A593D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A593D5

Black with #A593D5

Text Example


Text Example

White with #A593D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A593D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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