Html Css Color HEX #A58BD5 Biloba Flower

📋 copy color: '#A58BD5'

red 165 ◦ green 139 ◦ blue 213

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

Shades of Biloba Flower #A58BD5

Tints of Biloba Flower #A58BD5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.89%

 BLUE value IS 213 (83.59% from 255) = 41.2%

R = 31.91%
G = 26.89%
B = 41.2%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A58BD5 (or 0xA58BD5) is known color: Biloba Flower. HEX triplet: A5, 8B and D5. RGB value is (165,139,213). Sum of RGB (Red+Green+Blue) = 165+139+213=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #A58BD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BD5 is #5A742A. Grayscale: #9A9A9A. Windows color (decimal): -5927979 or 13994917. OLE color: 13994917.

HSL color Cylindrical-coordinate representation of color #A58BD5: hue angle of 261.08º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A58BD5 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 139 213 -
CMYK 0.23 0.35 0 0.16
HSL 261.08º 0.47% 0.69% -
HSV(B) 261.08º 0.35% 0.84% -
XYZ 36.76 31.27 67.05 -
YUV 155.21 160.61 134.98 -
System Red Green Blue C M Y K H S L
Decimal 165 139 213 0.23 0.35 0 0.16 261.08 0.47 0.69
Hex A5 8B D5 17 23 0 10 105 2F 45
Octal 245 213 325 27 43 0 20 405 57 105
Binary 10100101 10001011 11010101 10111 100011 0 10000 100000101 101111 1000101

Color Harmonies of #A58BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58BD5

Black with #A58BD5

Text Example


Text Example

White with #A58BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58BD5; }

 p { color: rgb(165,139,213); }

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

background-color css

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

 a { background-color: rgb(165,139,213); }

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

border-color css

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

 span { border-color: rgb(165,139,213); }

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