Html Css Color HEX #A58DDD Biloba Flower

📋 copy color: '#A58DDD'

red 165 ◦ green 141 ◦ blue 221

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

Shades of Biloba Flower #A58DDD

Tints of Biloba Flower #A58DDD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.76%

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

R = 31.31%
G = 26.76%
B = 41.94%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A58DDD (or 0xA58DDD) is known color: Biloba Flower. HEX triplet: A5, 8D and DD. RGB value is (165,141,221). Sum of RGB (Red+Green+Blue) = 165+141+221=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #A58DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DDD is #5A7222. Grayscale: #9D9D9D. Windows color (decimal): -5927459 or 14519717. OLE color: 14519717.

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

Color convert

RGB 165 141 221 -
CMYK 0.25 0.36 0 0.13
HSL 258º 0.54% 0.71% -
HSV(B) 258º 0.36% 0.87% -
XYZ 38.09 32.27 72.63 -
YUV 157.3 163.95 133.5 -
System Red Green Blue C M Y K H S L
Decimal 165 141 221 0.25 0.36 0 0.13 258 0.54 0.71
Hex A5 8D DD 19 24 0 D 102 36 47
Octal 245 215 335 31 44 0 15 402 66 107
Binary 10100101 10001101 11011101 11001 100100 0 1101 100000010 110110 1000111

Color Harmonies of #A58DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58DDD

Black with #A58DDD

Text Example


Text Example

White with #A58DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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