Html Css Color HEX #A58BDA Biloba Flower

📋 copy color: '#A58BDA'

red 165 ◦ green 139 ◦ blue 218

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

Shades of Biloba Flower #A58BDA

Tints of Biloba Flower #A58BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.76%

R = 31.61%
G = 26.63%
B = 41.76%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A58BDA (or 0xA58BDA) is known color: Biloba Flower. HEX triplet: A5, 8B and DA. RGB value is (165,139,218). Sum of RGB (Red+Green+Blue) = 165+139+218=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #A58BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BDA is #5A7425. Grayscale: #9B9B9B. Windows color (decimal): -5927974 or 14322597. OLE color: 14322597.

HSL color Cylindrical-coordinate representation of color #A58BDA: hue angle of 259.75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A58BDA is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 139 218 -
CMYK 0.24 0.36 0 0.15
HSL 259.75º 0.52% 0.7% -
HSV(B) 259.75º 0.36% 0.85% -
XYZ 37.4 31.53 70.44 -
YUV 155.78 163.11 134.58 -
System Red Green Blue C M Y K H S L
Decimal 165 139 218 0.24 0.36 0 0.15 259.75 0.52 0.7
Hex A5 8B DA 18 24 0 F 104 34 46
Octal 245 213 332 30 44 0 17 404 64 106
Binary 10100101 10001011 11011010 11000 100100 0 1111 100000100 110100 1000110

Color Harmonies of #A58BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58BDA

Black with #A58BDA

Text Example


Text Example

White with #A58BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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