Html Css Color HEX #A58ADB Biloba Flower

📋 copy color: '#A58ADB'

red 165 ◦ green 138 ◦ blue 219

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

Shades of Biloba Flower #A58ADB

Tints of Biloba Flower #A58ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.44%

 BLUE value IS 219 (85.94% from 255) = 41.95%

R = 31.61%
G = 26.44%
B = 41.95%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A58ADB (or 0xA58ADB) is known color: Biloba Flower. HEX triplet: A5, 8A and DB. RGB value is (165,138,219). Sum of RGB (Red+Green+Blue) = 165+138+219=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #A58ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58ADB is #5A7524. Grayscale: #9B9B9B. Windows color (decimal): -5928229 or 14387877. OLE color: 14387877.

HSL color Cylindrical-coordinate representation of color #A58ADB: hue angle of 260º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A58ADB is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 138 219 -
CMYK 0.25 0.37 0 0.14
HSL 260º 0.53% 0.7% -
HSV(B) 260º 0.37% 0.86% -
XYZ 37.39 31.29 71.09 -
YUV 155.31 163.95 134.91 -
System Red Green Blue C M Y K H S L
Decimal 165 138 219 0.25 0.37 0 0.14 260 0.53 0.7
Hex A5 8A DB 19 25 0 E 104 35 46
Octal 245 212 333 31 45 0 16 404 65 106
Binary 10100101 10001010 11011011 11001 100101 0 1110 100000100 110101 1000110

Color Harmonies of #A58ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58ADB

Black with #A58ADB

Text Example


Text Example

White with #A58ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58ADB; }

 p { color: rgb(165,138,219); }

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

background-color css

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

 a { background-color: rgb(165,138,219); }

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

border-color css

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

 span { border-color: rgb(165,138,219); }

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