Html Css Color HEX #A58BE0 Biloba Flower

📋 copy color: '#A58BE0'

red 165 ◦ green 139 ◦ blue 224

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

Shades of Biloba Flower #A58BE0

Tints of Biloba Flower #A58BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.42%

R = 31.25%
G = 26.33%
B = 42.42%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A58BE0 (or 0xA58BE0) is known color: Biloba Flower. HEX triplet: A5, 8B and E0. RGB value is (165,139,224). Sum of RGB (Red+Green+Blue) = 165+139+224=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #A58BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BE0 is #5A741F. Grayscale: #9C9C9C. Windows color (decimal): -5927968 or 14715813. OLE color: 14715813.

HSL color Cylindrical-coordinate representation of color #A58BE0: hue angle of 258.35º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A58BE0 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 139 224 -
CMYK 0.26 0.38 0 0.12
HSL 258.35º 0.58% 0.71% -
HSV(B) 258.35º 0.38% 0.88% -
XYZ 38.2 31.85 74.65 -
YUV 156.46 166.11 134.09 -
System Red Green Blue C M Y K H S L
Decimal 165 139 224 0.26 0.38 0 0.12 258.35 0.58 0.71
Hex A5 8B E0 1A 26 0 C 102 3A 47
Octal 245 213 340 32 46 0 14 402 72 107
Binary 10100101 10001011 11100000 11010 100110 0 1100 100000010 111010 1000111

Color Harmonies of #A58BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58BE0

Black with #A58BE0

Text Example


Text Example

White with #A58BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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