Html Css Color HEX #A58BEC Biloba Flower

📋 copy color: '#A58BEC'

red 165 ◦ green 139 ◦ blue 236

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

Shades of Biloba Flower #A58BEC

Tints of Biloba Flower #A58BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.7%

R = 30.56%
G = 25.74%
B = 43.7%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A58BEC (or 0xA58BEC) is known color: Biloba Flower. HEX triplet: A5, 8B and EC. RGB value is (165,139,236). Sum of RGB (Red+Green+Blue) = 165+139+236=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #A58BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58BEC is #5A7413. Grayscale: #9D9D9D. Windows color (decimal): -5927956 or 15502245. OLE color: 15502245.

HSL color Cylindrical-coordinate representation of color #A58BEC: hue angle of 256.08º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A58BEC is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 139 236 -
CMYK 0.30 0.41 0 0.07
HSL 256.08º 0.72% 0.74% -
HSV(B) 256.08º 0.41% 0.93% -
XYZ 39.89 32.52 83.53 -
YUV 157.83 172.11 133.11 -
System Red Green Blue C M Y K H S L
Decimal 165 139 236 0.30 0.41 0 0.07 256.08 0.72 0.74
Hex A5 8B EC 1E 29 0 7 100 48 4A
Octal 245 213 354 36 51 0 7 400 110 112
Binary 10100101 10001011 11101100 11110 101001 0 111 100000000 1001000 1001010

Color Harmonies of #A58BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58BEC

Black with #A58BEC

Text Example


Text Example

White with #A58BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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