Html Css Color HEX #A58CEC Biloba Flower

📋 copy color: '#A58CEC'

red 165 ◦ green 140 ◦ blue 236

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

Shades of Biloba Flower #A58CEC

Tints of Biloba Flower #A58CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.62%

R = 30.5%
G = 25.88%
B = 43.62%

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

#A58CEC (or 0xA58CEC) is known color: Biloba Flower. HEX triplet: A5, 8C and EC. RGB value is (165,140,236). Sum of RGB (Red+Green+Blue) = 165+140+236=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #A58CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58CEC is #5A7313. Grayscale: #9E9E9E. Windows color (decimal): -5927700 or 15502501. OLE color: 15502501.

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

Color convert

RGB 165 140 236 -
CMYK 0.30 0.41 0 0.07
HSL 255.63º 0.72% 0.74% -
HSV(B) 255.63º 0.41% 0.93% -
XYZ 40.04 32.81 83.58 -
YUV 158.42 171.78 132.69 -
System Red Green Blue C M Y K H S L
Decimal 165 140 236 0.30 0.41 0 0.07 255.63 0.72 0.74
Hex A5 8C EC 1E 29 0 7 100 48 4A
Octal 245 214 354 36 51 0 7 400 110 112
Binary 10100101 10001100 11101100 11110 101001 0 111 100000000 1001000 1001010

Color Harmonies of #A58CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58CEC

Black with #A58CEC

Text Example


Text Example

White with #A58CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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