Html Css Color HEX #A58BCE Biloba Flower

📋 copy color: '#A58BCE'

red 165 ◦ green 139 ◦ blue 206

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

Shades of Biloba Flower #A58BCE

Tints of Biloba Flower #A58BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.39%

R = 32.35%
G = 27.25%
B = 40.39%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A58BCE (or 0xA58BCE) is known color: Biloba Flower. HEX triplet: A5, 8B and CE. RGB value is (165,139,206). Sum of RGB (Red+Green+Blue) = 165+139+206=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #A58BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BCE is #5A7431. Grayscale: #9A9A9A. Windows color (decimal): -5927986 or 13536165. OLE color: 13536165.

HSL color Cylindrical-coordinate representation of color #A58BCE: hue angle of 263.28º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A58BCE is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 139 206 -
CMYK 0.20 0.33 0 0.19
HSL 263.28º 0.41% 0.68% -
HSV(B) 263.28º 0.33% 0.81% -
XYZ 35.89 30.92 62.47 -
YUV 154.41 157.11 135.55 -
System Red Green Blue C M Y K H S L
Decimal 165 139 206 0.20 0.33 0 0.19 263.28 0.41 0.68
Hex A5 8B CE 14 21 0 13 107 29 44
Octal 245 213 316 24 41 0 23 407 51 104
Binary 10100101 10001011 11001110 10100 100001 0 10011 100000111 101001 1000100

Color Harmonies of #A58BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58BCE

Black with #A58BCE

Text Example


Text Example

White with #A58BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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