Html Css Color HEX #A596ED Biloba Flower

📋 copy color: '#A596ED'

red 165 ◦ green 150 ◦ blue 237

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

Shades of Biloba Flower #A596ED

Tints of Biloba Flower #A596ED

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.17%

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

R = 29.89%
G = 27.17%
B = 42.93%

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

#A596ED (or 0xA596ED) is known color: Biloba Flower. HEX triplet: A5, 96 and ED. RGB value is (165,150,237). Sum of RGB (Red+Green+Blue) = 165+150+237=552 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.89% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #A596ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A596ED is #5A6912. Grayscale: #A4A4A4. Windows color (decimal): -5925139 or 15570597. OLE color: 15570597.

HSL color Cylindrical-coordinate representation of color #A596ED: hue angle of 250.34º 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 #A596ED is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 150 237 -
CMYK 0.30 0.37 0 0.07
HSL 250.34º 0.71% 0.76% -
HSV(B) 250.34º 0.37% 0.93% -
XYZ 41.71 35.93 84.86 -
YUV 164.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 165 150 237 0.30 0.37 0 0.07 250.34 0.71 0.76
Hex A5 96 ED 1E 25 0 7 FA 47 4C
Octal 245 226 355 36 45 0 7 372 107 114
Binary 10100101 10010110 11101101 11110 100101 0 111 11111010 1000111 1001100

Color Harmonies of #A596ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A596ED

Black with #A596ED

Text Example


Text Example

White with #A596ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A596ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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