Html Css Color HEX #A58FCF Biloba Flower

📋 copy color: '#A58FCF'

red 165 ◦ green 143 ◦ blue 207

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

Shades of Biloba Flower #A58FCF

Tints of Biloba Flower #A58FCF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.77%

 BLUE value IS 207 (81.25% from 255) = 40.19%

R = 32.04%
G = 27.77%
B = 40.19%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A58FCF (or 0xA58FCF) is known color: Biloba Flower. HEX triplet: A5, 8F and CF. RGB value is (165,143,207). Sum of RGB (Red+Green+Blue) = 165+143+207=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #A58FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FCF is #5A7030. Grayscale: #9C9C9C. Windows color (decimal): -5926961 or 13602725. OLE color: 13602725.

HSL color Cylindrical-coordinate representation of color #A58FCF: hue angle of 260.62º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A58FCF is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 143 207 -
CMYK 0.20 0.31 0 0.19
HSL 260.63º 0.4% 0.69% -
HSV(B) 260.63º 0.31% 0.81% -
XYZ 36.6 32.15 63.31 -
YUV 156.87 156.29 133.8 -
System Red Green Blue C M Y K H S L
Decimal 165 143 207 0.20 0.31 0 0.19 260.63 0.4 0.69
Hex A5 8F CF 14 1F 0 13 105 28 45
Octal 245 217 317 24 37 0 23 405 50 105
Binary 10100101 10001111 11001111 10100 11111 0 10011 100000101 101000 1000101

Color Harmonies of #A58FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58FCF

Black with #A58FCF

Text Example


Text Example

White with #A58FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58FCF; }

 p { color: rgb(165,143,207); }

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

background-color css

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

 a { background-color: rgb(165,143,207); }

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

border-color css

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

 span { border-color: rgb(165,143,207); }

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