Html Css Color HEX #A58CE2 Biloba Flower

📋 copy color: '#A58CE2'

red 165 ◦ green 140 ◦ blue 226

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

Shades of Biloba Flower #A58CE2

Tints of Biloba Flower #A58CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.56%

R = 31.07%
G = 26.37%
B = 42.56%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A58CE2 (or 0xA58CE2) is known color: Biloba Flower. HEX triplet: A5, 8C and E2. RGB value is (165,140,226). Sum of RGB (Red+Green+Blue) = 165+140+226=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 226 (88.67% from 255 or 42.56% from 531); Max value from RGB is 226 - color contains mainly: blue. Hex color #A58CE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58CE2 is #5A731D. Grayscale: #9C9C9C. Windows color (decimal): -5927710 or 14847141. OLE color: 14847141.

HSL color Cylindrical-coordinate representation of color #A58CE2: hue angle of 257.44º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A58CE2 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 140 226 -
CMYK 0.27 0.38 0 0.11
HSL 257.44º 0.6% 0.72% -
HSV(B) 257.44º 0.38% 0.89% -
XYZ 38.62 32.25 76.14 -
YUV 157.28 166.78 133.51 -
System Red Green Blue C M Y K H S L
Decimal 165 140 226 0.27 0.38 0 0.11 257.44 0.6 0.72
Hex A5 8C E2 1B 26 0 B 101 3C 48
Octal 245 214 342 33 46 0 13 401 74 110
Binary 10100101 10001100 11100010 11011 100110 0 1011 100000001 111100 1001000

Color Harmonies of #A58CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58CE2

Black with #A58CE2

Text Example


Text Example

White with #A58CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58CE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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