Html Css Color HEX #A593CF Biloba Flower

📋 copy color: '#A593CF'

red 165 ◦ green 147 ◦ blue 207

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

Shades of Biloba Flower #A593CF

Tints of Biloba Flower #A593CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.88%

R = 31.79%
G = 28.32%
B = 39.88%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A593CF (or 0xA593CF) is known color: Biloba Flower. HEX triplet: A5, 93 and CF. RGB value is (165,147,207). Sum of RGB (Red+Green+Blue) = 165+147+207=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #A593CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593CF is #5A6C30. Grayscale: #9F9F9F. Windows color (decimal): -5925937 or 13603749. OLE color: 13603749.

HSL color Cylindrical-coordinate representation of color #A593CF: hue angle of 258º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A593CF is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 147 207 -
CMYK 0.20 0.29 0 0.19
HSL 258º 0.38% 0.69% -
HSV(B) 258º 0.29% 0.81% -
XYZ 37.21 33.37 63.51 -
YUV 159.22 154.96 132.12 -
System Red Green Blue C M Y K H S L
Decimal 165 147 207 0.20 0.29 0 0.19 258 0.38 0.69
Hex A5 93 CF 14 1D 0 13 102 26 45
Octal 245 223 317 24 35 0 23 402 46 105
Binary 10100101 10010011 11001111 10100 11101 0 10011 100000010 100110 1000101

Color Harmonies of #A593CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A593CF

Black with #A593CF

Text Example


Text Example

White with #A593CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A593CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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