Html Css Color HEX #A58BDF Biloba Flower

📋 copy color: '#A58BDF'

red 165 ◦ green 139 ◦ blue 223

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

Shades of Biloba Flower #A58BDF

Tints of Biloba Flower #A58BDF

RGB

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

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

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

R = 31.31%
G = 26.38%
B = 42.31%

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

#A58BDF (or 0xA58BDF) is known color: Biloba Flower. HEX triplet: A5, 8B and DF. RGB value is (165,139,223). Sum of RGB (Red+Green+Blue) = 165+139+223=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #A58BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BDF is #5A7420. Grayscale: #9C9C9C. Windows color (decimal): -5927969 or 14650277. OLE color: 14650277.

HSL color Cylindrical-coordinate representation of color #A58BDF: hue angle of 258.57º 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 #A58BDF is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 139 223 -
CMYK 0.26 0.38 0 0.13
HSL 258.57º 0.57% 0.71% -
HSV(B) 258.57º 0.38% 0.87% -
XYZ 38.07 31.79 73.94 -
YUV 156.35 165.61 134.17 -
System Red Green Blue C M Y K H S L
Decimal 165 139 223 0.26 0.38 0 0.13 258.57 0.57 0.71
Hex A5 8B DF 1A 26 0 D 103 39 47
Octal 245 213 337 32 46 0 15 403 71 107
Binary 10100101 10001011 11011111 11010 100110 0 1101 100000011 111001 1000111

Color Harmonies of #A58BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58BDF

Black with #A58BDF

Text Example


Text Example

White with #A58BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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