Html Css Color HEX #A595ED Biloba Flower

📋 copy color: '#A595ED'

red 165 ◦ green 149 ◦ blue 237

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

Shades of Biloba Flower #A595ED

Tints of Biloba Flower #A595ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.01%

R = 29.95%
G = 27.04%
B = 43.01%

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

#A595ED (or 0xA595ED) is known color: Biloba Flower. HEX triplet: A5, 95 and ED. RGB value is (165,149,237). Sum of RGB (Red+Green+Blue) = 165+149+237=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #A595ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A595ED is #5A6A12. Grayscale: #A3A3A3. Windows color (decimal): -5925395 or 15570341. OLE color: 15570341.

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

Color convert

RGB 165 149 237 -
CMYK 0.30 0.37 0 0.07
HSL 250.91º 0.71% 0.76% -
HSV(B) 250.91º 0.37% 0.93% -
XYZ 41.55 35.61 84.8 -
YUV 163.82 169.3 128.84 -
System Red Green Blue C M Y K H S L
Decimal 165 149 237 0.30 0.37 0 0.07 250.91 0.71 0.76
Hex A5 95 ED 1E 25 0 7 FB 47 4C
Octal 245 225 355 36 45 0 7 373 107 114
Binary 10100101 10010101 11101101 11110 100101 0 111 11111011 1000111 1001100

Color Harmonies of #A595ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A595ED

Black with #A595ED

Text Example


Text Example

White with #A595ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A595ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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