Html Css Color HEX #A58BEB Biloba Flower

📋 copy color: '#A58BEB'

red 165 ◦ green 139 ◦ blue 235

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

Shades of Biloba Flower #A58BEB

Tints of Biloba Flower #A58BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.6%

R = 30.61%
G = 25.79%
B = 43.6%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A58BEB (or 0xA58BEB) is known color: Biloba Flower. HEX triplet: A5, 8B and EB. RGB value is (165,139,235). Sum of RGB (Red+Green+Blue) = 165+139+235=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #A58BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58BEB is #5A7414. Grayscale: #9D9D9D. Windows color (decimal): -5927957 or 15436709. OLE color: 15436709.

HSL color Cylindrical-coordinate representation of color #A58BEB: hue angle of 256.25º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A58BEB is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 139 235 -
CMYK 0.30 0.41 0 0.08
HSL 256.25º 0.71% 0.73% -
HSV(B) 256.25º 0.41% 0.92% -
XYZ 39.75 32.46 82.77 -
YUV 157.72 171.61 133.19 -
System Red Green Blue C M Y K H S L
Decimal 165 139 235 0.30 0.41 0 0.08 256.25 0.71 0.73
Hex A5 8B EB 1E 29 0 8 100 47 49
Octal 245 213 353 36 51 0 10 400 107 111
Binary 10100101 10001011 11101011 11110 101001 0 1000 100000000 1000111 1001001

Color Harmonies of #A58BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58BEB

Black with #A58BEB

Text Example


Text Example

White with #A58BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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