Html Css Color HEX #A595DC Biloba Flower

📋 copy color: '#A595DC'

red 165 ◦ green 149 ◦ blue 220

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

Shades of Biloba Flower #A595DC

Tints of Biloba Flower #A595DC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.9%

 BLUE value IS 220 (86.33% from 255) = 41.2%

R = 30.9%
G = 27.9%
B = 41.2%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A595DC (or 0xA595DC) is known color: Biloba Flower. HEX triplet: A5, 95 and DC. RGB value is (165,149,220). Sum of RGB (Red+Green+Blue) = 165+149+220=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #A595DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A595DC is #5A6A23. Grayscale: #A1A1A1. Windows color (decimal): -5925412 or 14456229. OLE color: 14456229.

HSL color Cylindrical-coordinate representation of color #A595DC: hue angle of 253.52º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A595DC is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 149 220 -
CMYK 0.25 0.32 0 0.14
HSL 253.52º 0.5% 0.72% -
HSV(B) 253.52º 0.32% 0.86% -
XYZ 39.18 34.66 72.34 -
YUV 161.88 160.8 130.23 -
System Red Green Blue C M Y K H S L
Decimal 165 149 220 0.25 0.32 0 0.14 253.52 0.5 0.72
Hex A5 95 DC 19 20 0 E FE 32 48
Octal 245 225 334 31 40 0 16 376 62 110
Binary 10100101 10010101 11011100 11001 100000 0 1110 11111110 110010 1001000

Color Harmonies of #A595DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A595DC

Black with #A595DC

Text Example


Text Example

White with #A595DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A595DC; }

 p { color: rgb(165,149,220); }

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

background-color css

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

 a { background-color: rgb(165,149,220); }

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

border-color css

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

 span { border-color: rgb(165,149,220); }

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