Html Css Color HEX #A58BEA Biloba Flower

📋 copy color: '#A58BEA'

red 165 ◦ green 139 ◦ blue 234

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

Shades of Biloba Flower #A58BEA

Tints of Biloba Flower #A58BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.49%

R = 30.67%
G = 25.84%
B = 43.49%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A58BEA (or 0xA58BEA) is known color: Biloba Flower. HEX triplet: A5, 8B and EA. RGB value is (165,139,234). Sum of RGB (Red+Green+Blue) = 165+139+234=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #A58BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58BEA is #5A7415. Grayscale: #9D9D9D. Windows color (decimal): -5927958 or 15371173. OLE color: 15371173.

HSL color Cylindrical-coordinate representation of color #A58BEA: hue angle of 256.42º degrees, saturation: 0.69, 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 #A58BEA is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 139 234 -
CMYK 0.29 0.41 0 0.08
HSL 256.42º 0.69% 0.73% -
HSV(B) 256.42º 0.41% 0.92% -
XYZ 39.6 32.41 82.01 -
YUV 157.6 171.11 133.28 -
System Red Green Blue C M Y K H S L
Decimal 165 139 234 0.29 0.41 0 0.08 256.42 0.69 0.73
Hex A5 8B EA 1D 29 0 8 100 45 49
Octal 245 213 352 35 51 0 10 400 105 111
Binary 10100101 10001011 11101010 11101 101001 0 1000 100000000 1000101 1001001

Color Harmonies of #A58BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58BEA

Black with #A58BEA

Text Example


Text Example

White with #A58BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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