Html Css Color HEX #A58CDA Biloba Flower

📋 copy color: '#A58CDA'

red 165 ◦ green 140 ◦ blue 218

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

Shades of Biloba Flower #A58CDA

Tints of Biloba Flower #A58CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 31.55%
G = 26.77%
B = 41.68%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A58CDA (or 0xA58CDA) is known color: Biloba Flower. HEX triplet: A5, 8C and DA. RGB value is (165,140,218). Sum of RGB (Red+Green+Blue) = 165+140+218=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #A58CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58CDA is #5A7325. Grayscale: #9C9C9C. Windows color (decimal): -5927718 or 14322853. OLE color: 14322853.

HSL color Cylindrical-coordinate representation of color #A58CDA: hue angle of 259.23º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A58CDA is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 140 218 -
CMYK 0.24 0.36 0 0.15
HSL 259.23º 0.51% 0.7% -
HSV(B) 259.23º 0.36% 0.85% -
XYZ 37.55 31.82 70.49 -
YUV 156.37 162.78 134.16 -
System Red Green Blue C M Y K H S L
Decimal 165 140 218 0.24 0.36 0 0.15 259.23 0.51 0.7
Hex A5 8C DA 18 24 0 F 103 33 46
Octal 245 214 332 30 44 0 17 403 63 106
Binary 10100101 10001100 11011010 11000 100100 0 1111 100000011 110011 1000110

Color Harmonies of #A58CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58CDA

Black with #A58CDA

Text Example


Text Example

White with #A58CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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