Html Css Color HEX #A58BEE Biloba Flower

📋 copy color: '#A58BEE'

red 165 ◦ green 139 ◦ blue 238

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

Shades of Biloba Flower #A58BEE

Tints of Biloba Flower #A58BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.91%

R = 30.44%
G = 25.65%
B = 43.91%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A58BEE (or 0xA58BEE) is known color: Biloba Flower. HEX triplet: A5, 8B and EE. RGB value is (165,139,238). Sum of RGB (Red+Green+Blue) = 165+139+238=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #A58BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58BEE is #5A7411. Grayscale: #9D9D9D. Windows color (decimal): -5927954 or 15633317. OLE color: 15633317.

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

Color convert

RGB 165 139 238 -
CMYK 0.31 0.42 0 0.07
HSL 255.76º 0.74% 0.74% -
HSV(B) 255.76º 0.42% 0.93% -
XYZ 40.18 32.64 85.07 -
YUV 158.06 173.11 132.95 -
System Red Green Blue C M Y K H S L
Decimal 165 139 238 0.31 0.42 0 0.07 255.76 0.74 0.74
Hex A5 8B EE 1F 2A 0 7 100 4A 4A
Octal 245 213 356 37 52 0 7 400 112 112
Binary 10100101 10001011 11101110 11111 101010 0 111 100000000 1001010 1001010

Color Harmonies of #A58BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58BEE

Black with #A58BEE

Text Example


Text Example

White with #A58BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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