Html Css Color HEX #A58BED Biloba Flower

📋 copy color: '#A58BED'

red 165 ◦ green 139 ◦ blue 237

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

Shades of Biloba Flower #A58BED

Tints of Biloba Flower #A58BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.81%

R = 30.5%
G = 25.69%
B = 43.81%

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

#A58BED (or 0xA58BED) is known color: Biloba Flower. HEX triplet: A5, 8B and ED. RGB value is (165,139,237). Sum of RGB (Red+Green+Blue) = 165+139+237=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #A58BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58BED is #5A7412. Grayscale: #9D9D9D. Windows color (decimal): -5927955 or 15567781. OLE color: 15567781.

HSL color Cylindrical-coordinate representation of color #A58BED: hue angle of 255.92º degrees, saturation: 0.73, 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 #A58BED is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 139 237 -
CMYK 0.30 0.41 0 0.07
HSL 255.92º 0.73% 0.74% -
HSV(B) 255.92º 0.41% 0.93% -
XYZ 40.04 32.58 84.3 -
YUV 157.95 172.61 133.03 -
System Red Green Blue C M Y K H S L
Decimal 165 139 237 0.30 0.41 0 0.07 255.92 0.73 0.74
Hex A5 8B ED 1E 29 0 7 100 49 4A
Octal 245 213 355 36 51 0 7 400 111 112
Binary 10100101 10001011 11101101 11110 101001 0 111 100000000 1001001 1001010

Color Harmonies of #A58BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58BED

Black with #A58BED

Text Example


Text Example

White with #A58BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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