Html Css Color HEX #A58DCD Biloba Flower

📋 copy color: '#A58DCD'

red 165 ◦ green 141 ◦ blue 205

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

Shades of Biloba Flower #A58DCD

Tints of Biloba Flower #A58DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.12%

R = 32.29%
G = 27.59%
B = 40.12%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A58DCD (or 0xA58DCD) is known color: Biloba Flower. HEX triplet: A5, 8D and CD. RGB value is (165,141,205). Sum of RGB (Red+Green+Blue) = 165+141+205=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #A58DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DCD is #5A7232. Grayscale: #9B9B9B. Windows color (decimal): -5927475 or 13471141. OLE color: 13471141.

HSL color Cylindrical-coordinate representation of color #A58DCD: hue angle of 262.5º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A58DCD is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 141 205 -
CMYK 0.20 0.31 0 0.20
HSL 262.5º 0.39% 0.68% -
HSV(B) 262.5º 0.31% 0.8% -
XYZ 36.06 31.46 61.93 -
YUV 155.47 155.95 134.8 -
System Red Green Blue C M Y K H S L
Decimal 165 141 205 0.20 0.31 0 0.20 262.5 0.39 0.68
Hex A5 8D CD 14 1F 0 14 106 27 44
Octal 245 215 315 24 37 0 24 406 47 104
Binary 10100101 10001101 11001101 10100 11111 0 10100 100000110 100111 1000100

Color Harmonies of #A58DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58DCD

Black with #A58DCD

Text Example


Text Example

White with #A58DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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