Html Css Color HEX #A593CB Biloba Flower

📋 copy color: '#A593CB'

red 165 ◦ green 147 ◦ blue 203

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

Shades of Biloba Flower #A593CB

Tints of Biloba Flower #A593CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.42%

R = 32.04%
G = 28.54%
B = 39.42%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A593CB (or 0xA593CB) is known color: Biloba Flower. HEX triplet: A5, 93 and CB. RGB value is (165,147,203). Sum of RGB (Red+Green+Blue) = 165+147+203=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #A593CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593CB is #5A6C34. Grayscale: #9E9E9E. Windows color (decimal): -5925941 or 13341605. OLE color: 13341605.

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

Color convert

RGB 165 147 203 -
CMYK 0.19 0.28 0 0.20
HSL 259.29º 0.35% 0.69% -
HSV(B) 259.29º 0.28% 0.8% -
XYZ 36.73 33.18 60.97 -
YUV 158.77 152.96 132.45 -
System Red Green Blue C M Y K H S L
Decimal 165 147 203 0.19 0.28 0 0.20 259.29 0.35 0.69
Hex A5 93 CB 13 1C 0 14 103 23 45
Octal 245 223 313 23 34 0 24 403 43 105
Binary 10100101 10010011 11001011 10011 11100 0 10100 100000011 100011 1000101

Color Harmonies of #A593CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A593CB

Black with #A593CB

Text Example


Text Example

White with #A593CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A593CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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