Html Css Color HEX #A58FCE Biloba Flower

📋 copy color: '#A58FCE'

red 165 ◦ green 143 ◦ blue 206

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

Shades of Biloba Flower #A58FCE

Tints of Biloba Flower #A58FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.08%

R = 32.1%
G = 27.82%
B = 40.08%

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

#A58FCE (or 0xA58FCE) is known color: Biloba Flower. HEX triplet: A5, 8F and CE. RGB value is (165,143,206). Sum of RGB (Red+Green+Blue) = 165+143+206=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #A58FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FCE is #5A7031. Grayscale: #9C9C9C. Windows color (decimal): -5926962 or 13537189. OLE color: 13537189.

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

Color convert

RGB 165 143 206 -
CMYK 0.20 0.31 0 0.19
HSL 260.95º 0.39% 0.68% -
HSV(B) 260.95º 0.31% 0.81% -
XYZ 36.48 32.1 62.67 -
YUV 156.76 155.79 133.88 -
System Red Green Blue C M Y K H S L
Decimal 165 143 206 0.20 0.31 0 0.19 260.95 0.39 0.68
Hex A5 8F CE 14 1F 0 13 105 27 44
Octal 245 217 316 24 37 0 23 405 47 104
Binary 10100101 10001111 11001110 10100 11111 0 10011 100000101 100111 1000100

Color Harmonies of #A58FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58FCE

Black with #A58FCE

Text Example


Text Example

White with #A58FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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