Html Css Color HEX #A588DD Biloba Flower

📋 copy color: '#A588DD'

red 165 ◦ green 136 ◦ blue 221

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

Shades of Biloba Flower #A588DD

Tints of Biloba Flower #A588DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.34%

R = 31.61%
G = 26.05%
B = 42.34%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A588DD (or 0xA588DD) is known color: Biloba Flower. HEX triplet: A5, 88 and DD. RGB value is (165,136,221). Sum of RGB (Red+Green+Blue) = 165+136+221=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #A588DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A588DD is #5A7722. Grayscale: #9A9A9A. Windows color (decimal): -5928739 or 14518437. OLE color: 14518437.

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

Color convert

RGB 165 136 221 -
CMYK 0.25 0.38 0 0.13
HSL 260.47º 0.56% 0.7% -
HSV(B) 260.47º 0.38% 0.87% -
XYZ 37.37 30.83 72.39 -
YUV 154.36 165.61 135.59 -
System Red Green Blue C M Y K H S L
Decimal 165 136 221 0.25 0.38 0 0.13 260.47 0.56 0.7
Hex A5 88 DD 19 26 0 D 104 38 46
Octal 245 210 335 31 46 0 15 404 70 106
Binary 10100101 10001000 11011101 11001 100110 0 1101 100000100 111000 1000110

Color Harmonies of #A588DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A588DD

Black with #A588DD

Text Example


Text Example

White with #A588DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A588DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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