Html Css Color HEX #A58CEB Biloba Flower

📋 copy color: '#A58CEB'

red 165 ◦ green 140 ◦ blue 235

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

Shades of Biloba Flower #A58CEB

Tints of Biloba Flower #A58CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.93%

 BLUE value IS 235 (92.19% from 255) = 43.52%

R = 30.56%
G = 25.93%
B = 43.52%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A58CEB (or 0xA58CEB) is known color: Biloba Flower. HEX triplet: A5, 8C and EB. RGB value is (165,140,235). Sum of RGB (Red+Green+Blue) = 165+140+235=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #A58CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58CEB is #5A7314. Grayscale: #9D9D9D. Windows color (decimal): -5927701 or 15436965. OLE color: 15436965.

HSL color Cylindrical-coordinate representation of color #A58CEB: hue angle of 255.79º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A58CEB is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 140 235 -
CMYK 0.30 0.40 0 0.08
HSL 255.79º 0.7% 0.74% -
HSV(B) 255.79º 0.4% 0.92% -
XYZ 39.89 32.75 82.82 -
YUV 158.31 171.28 132.78 -
System Red Green Blue C M Y K H S L
Decimal 165 140 235 0.30 0.40 0 0.08 255.79 0.7 0.74
Hex A5 8C EB 1E 28 0 8 100 46 4A
Octal 245 214 353 36 50 0 10 400 106 112
Binary 10100101 10001100 11101011 11110 101000 0 1000 100000000 1000110 1001010

Color Harmonies of #A58CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58CEB

Black with #A58CEB

Text Example


Text Example

White with #A58CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58CEB; }

 p { color: rgb(165,140,235); }

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

background-color css

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

 a { background-color: rgb(165,140,235); }

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

border-color css

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

 span { border-color: rgb(165,140,235); }

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