Html Css Color HEX #A588EC Biloba Flower

📋 copy color: '#A588EC'

red 165 ◦ green 136 ◦ blue 236

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

Shades of Biloba Flower #A588EC

Tints of Biloba Flower #A588EC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.33%

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

R = 30.73%
G = 25.33%
B = 43.95%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A588EC (or 0xA588EC) is known color: Biloba Flower. HEX triplet: A5, 88 and EC. RGB value is (165,136,236). Sum of RGB (Red+Green+Blue) = 165+136+236=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #A588EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A588EC is #5A7713. Grayscale: #9B9B9B. Windows color (decimal): -5928724 or 15501477. OLE color: 15501477.

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

Color convert

RGB 165 136 236 -
CMYK 0.30 0.42 0 0.07
HSL 257.4º 0.72% 0.73% -
HSV(B) 257.4º 0.42% 0.93% -
XYZ 39.46 31.66 83.39 -
YUV 156.07 173.11 134.37 -
System Red Green Blue C M Y K H S L
Decimal 165 136 236 0.30 0.42 0 0.07 257.4 0.72 0.73
Hex A5 88 EC 1E 2A 0 7 101 48 49
Octal 245 210 354 36 52 0 7 401 110 111
Binary 10100101 10001000 11101100 11110 101010 0 111 100000001 1001000 1001001

Color Harmonies of #A588EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A588EC

Black with #A588EC

Text Example


Text Example

White with #A588EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A588EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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