Html Css Color HEX #A588DF Biloba Flower

📋 copy color: '#A588DF'

red 165 ◦ green 136 ◦ blue 223

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

Shades of Biloba Flower #A588DF

Tints of Biloba Flower #A588DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.56%

R = 31.49%
G = 25.95%
B = 42.56%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A588DF (or 0xA588DF) is known color: Biloba Flower. HEX triplet: A5, 88 and DF. RGB value is (165,136,223). Sum of RGB (Red+Green+Blue) = 165+136+223=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #A588DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A588DF is #5A7720. Grayscale: #9A9A9A. Windows color (decimal): -5928737 or 14649509. OLE color: 14649509.

HSL color Cylindrical-coordinate representation of color #A588DF: hue angle of 260º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A588DF is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 136 223 -
CMYK 0.26 0.39 0 0.13
HSL 260º 0.58% 0.7% -
HSV(B) 260º 0.39% 0.87% -
XYZ 37.64 30.94 73.8 -
YUV 154.59 166.61 135.43 -
System Red Green Blue C M Y K H S L
Decimal 165 136 223 0.26 0.39 0 0.13 260 0.58 0.7
Hex A5 88 DF 1A 27 0 D 104 3A 46
Octal 245 210 337 32 47 0 15 404 72 106
Binary 10100101 10001000 11011111 11010 100111 0 1101 100000100 111010 1000110

Color Harmonies of #A588DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A588DF

Black with #A588DF

Text Example


Text Example

White with #A588DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A588DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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