Html Css Color HEX #A595EC Biloba Flower

📋 copy color: '#A595EC'

red 165 ◦ green 149 ◦ blue 236

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

Shades of Biloba Flower #A595EC

Tints of Biloba Flower #A595EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 30%
G = 27.09%
B = 42.91%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A595EC (or 0xA595EC) is known color: Biloba Flower. HEX triplet: A5, 95 and EC. RGB value is (165,149,236). Sum of RGB (Red+Green+Blue) = 165+149+236=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #A595EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A595EC is #5A6A13. Grayscale: #A3A3A3. Windows color (decimal): -5925396 or 15504805. OLE color: 15504805.

HSL color Cylindrical-coordinate representation of color #A595EC: hue angle of 251.03º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A595EC is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 149 236 -
CMYK 0.30 0.37 0 0.07
HSL 251.03º 0.7% 0.75% -
HSV(B) 251.03º 0.37% 0.93% -
XYZ 41.4 35.55 84.04 -
YUV 163.7 168.8 128.93 -
System Red Green Blue C M Y K H S L
Decimal 165 149 236 0.30 0.37 0 0.07 251.03 0.7 0.75
Hex A5 95 EC 1E 25 0 7 FB 46 4B
Octal 245 225 354 36 45 0 7 373 106 113
Binary 10100101 10010101 11101100 11110 100101 0 111 11111011 1000110 1001011

Color Harmonies of #A595EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A595EC

Black with #A595EC

Text Example


Text Example

White with #A595EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A595EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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