Html Css Color HEX #A58CDF Biloba Flower

📋 copy color: '#A58CDF'

red 165 ◦ green 140 ◦ blue 223

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

Shades of Biloba Flower #A58CDF

Tints of Biloba Flower #A58CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 31.25%
G = 26.52%
B = 42.23%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A58CDF (or 0xA58CDF) is known color: Biloba Flower. HEX triplet: A5, 8C and DF. RGB value is (165,140,223). Sum of RGB (Red+Green+Blue) = 165+140+223=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #A58CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58CDF is #5A7320. Grayscale: #9C9C9C. Windows color (decimal): -5927713 or 14650533. OLE color: 14650533.

HSL color Cylindrical-coordinate representation of color #A58CDF: hue angle of 258.07º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A58CDF is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 140 223 -
CMYK 0.26 0.37 0 0.13
HSL 258.07º 0.56% 0.71% -
HSV(B) 258.07º 0.37% 0.87% -
XYZ 38.21 32.08 73.99 -
YUV 156.94 165.28 133.75 -
System Red Green Blue C M Y K H S L
Decimal 165 140 223 0.26 0.37 0 0.13 258.07 0.56 0.71
Hex A5 8C DF 1A 25 0 D 102 38 47
Octal 245 214 337 32 45 0 15 402 70 107
Binary 10100101 10001100 11011111 11010 100101 0 1101 100000010 111000 1000111

Color Harmonies of #A58CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58CDF

Black with #A58CDF

Text Example


Text Example

White with #A58CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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