Html Css Color HEX #A58BE7 Biloba Flower

📋 copy color: '#A58BE7'

red 165 ◦ green 139 ◦ blue 231

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

Shades of Biloba Flower #A58BE7

Tints of Biloba Flower #A58BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.18%

R = 30.84%
G = 25.98%
B = 43.18%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A58BE7 (or 0xA58BE7) is known color: Biloba Flower. HEX triplet: A5, 8B and E7. RGB value is (165,139,231). Sum of RGB (Red+Green+Blue) = 165+139+231=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 231 - color contains mainly: blue. Hex color #A58BE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58BE7 is #5A7418. Grayscale: #9C9C9C. Windows color (decimal): -5927961 or 15174565. OLE color: 15174565.

HSL color Cylindrical-coordinate representation of color #A58BE7: hue angle of 256.96º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A58BE7 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 139 231 -
CMYK 0.29 0.40 0 0.09
HSL 256.96º 0.66% 0.73% -
HSV(B) 256.96º 0.4% 0.91% -
XYZ 39.17 32.23 79.76 -
YUV 157.26 169.61 133.52 -
System Red Green Blue C M Y K H S L
Decimal 165 139 231 0.29 0.40 0 0.09 256.96 0.66 0.73
Hex A5 8B E7 1D 28 0 9 101 42 49
Octal 245 213 347 35 50 0 11 401 102 111
Binary 10100101 10001011 11100111 11101 101000 0 1001 100000001 1000010 1001001

Color Harmonies of #A58BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58BE7

Black with #A58BE7

Text Example


Text Example

White with #A58BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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