Html Css Color HEX #A595E0 Biloba Flower

📋 copy color: '#A595E0'

red 165 ◦ green 149 ◦ blue 224

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

Shades of Biloba Flower #A595E0

Tints of Biloba Flower #A595E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.64%

R = 30.67%
G = 27.7%
B = 41.64%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A595E0 (or 0xA595E0) is known color: Biloba Flower. HEX triplet: A5, 95 and E0. RGB value is (165,149,224). Sum of RGB (Red+Green+Blue) = 165+149+224=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #A595E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A595E0 is #5A6A1F. Grayscale: #A2A2A2. Windows color (decimal): -5925408 or 14718373. OLE color: 14718373.

HSL color Cylindrical-coordinate representation of color #A595E0: hue angle of 252.8º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A595E0 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 149 224 -
CMYK 0.26 0.33 0 0.12
HSL 252.8º 0.55% 0.73% -
HSV(B) 252.8º 0.33% 0.88% -
XYZ 39.72 34.88 75.16 -
YUV 162.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 165 149 224 0.26 0.33 0 0.12 252.8 0.55 0.73
Hex A5 95 E0 1A 21 0 C FD 37 49
Octal 245 225 340 32 41 0 14 375 67 111
Binary 10100101 10010101 11100000 11010 100001 0 1100 11111101 110111 1001001

Color Harmonies of #A595E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A595E0

Black with #A595E0

Text Example


Text Example

White with #A595E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A595E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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