Html Css Color HEX #A58ADF Biloba Flower

📋 copy color: '#A58ADF'

red 165 ◦ green 138 ◦ blue 223

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

Shades of Biloba Flower #A58ADF

Tints of Biloba Flower #A58ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.4%

R = 31.37%
G = 26.24%
B = 42.4%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A58ADF (or 0xA58ADF) is known color: Biloba Flower. HEX triplet: A5, 8A and DF. RGB value is (165,138,223). Sum of RGB (Red+Green+Blue) = 165+138+223=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #A58ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58ADF is #5A7520. Grayscale: #9B9B9B. Windows color (decimal): -5928225 or 14650021. OLE color: 14650021.

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

Color convert

RGB 165 138 223 -
CMYK 0.26 0.38 0 0.13
HSL 259.06º 0.57% 0.71% -
HSV(B) 259.06º 0.38% 0.87% -
XYZ 37.92 31.5 73.89 -
YUV 155.76 165.95 134.59 -
System Red Green Blue C M Y K H S L
Decimal 165 138 223 0.26 0.38 0 0.13 259.06 0.57 0.71
Hex A5 8A DF 1A 26 0 D 103 39 47
Octal 245 212 337 32 46 0 15 403 71 107
Binary 10100101 10001010 11011111 11010 100110 0 1101 100000011 111001 1000111

Color Harmonies of #A58ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58ADF

Black with #A58ADF

Text Example


Text Example

White with #A58ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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