Html Css Color HEX #A58ADD Biloba Flower

📋 copy color: '#A58ADD'

red 165 ◦ green 138 ◦ blue 221

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

Shades of Biloba Flower #A58ADD

Tints of Biloba Flower #A58ADD

RGB

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

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

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

R = 31.49%
G = 26.34%
B = 42.18%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A58ADD (or 0xA58ADD) is known color: Biloba Flower. HEX triplet: A5, 8A and DD. RGB value is (165,138,221). Sum of RGB (Red+Green+Blue) = 165+138+221=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #A58ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58ADD is #5A7522. Grayscale: #9B9B9B. Windows color (decimal): -5928227 or 14518949. OLE color: 14518949.

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

Color convert

RGB 165 138 221 -
CMYK 0.25 0.38 0 0.13
HSL 259.52º 0.55% 0.7% -
HSV(B) 259.52º 0.38% 0.87% -
XYZ 37.66 31.4 72.48 -
YUV 155.54 164.95 134.75 -
System Red Green Blue C M Y K H S L
Decimal 165 138 221 0.25 0.38 0 0.13 259.52 0.55 0.7
Hex A5 8A DD 19 26 0 D 104 37 46
Octal 245 212 335 31 46 0 15 404 67 106
Binary 10100101 10001010 11011101 11001 100110 0 1101 100000100 110111 1000110

Color Harmonies of #A58ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58ADD

Black with #A58ADD

Text Example


Text Example

White with #A58ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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