Html Css Color HEX #A58FCD Biloba Flower

📋 copy color: '#A58FCD'

red 165 ◦ green 143 ◦ blue 205

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

Shades of Biloba Flower #A58FCD

Tints of Biloba Flower #A58FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.96%

R = 32.16%
G = 27.88%
B = 39.96%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A58FCD (or 0xA58FCD) is known color: Biloba Flower. HEX triplet: A5, 8F and CD. RGB value is (165,143,205). Sum of RGB (Red+Green+Blue) = 165+143+205=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #A58FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FCD is #5A7032. Grayscale: #9C9C9C. Windows color (decimal): -5926963 or 13471653. OLE color: 13471653.

HSL color Cylindrical-coordinate representation of color #A58FCD: hue angle of 261.29º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A58FCD is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 143 205 -
CMYK 0.20 0.30 0 0.20
HSL 261.29º 0.38% 0.68% -
HSV(B) 261.29º 0.3% 0.8% -
XYZ 36.36 32.05 62.03 -
YUV 156.65 155.29 133.96 -
System Red Green Blue C M Y K H S L
Decimal 165 143 205 0.20 0.30 0 0.20 261.29 0.38 0.68
Hex A5 8F CD 14 1E 0 14 105 26 44
Octal 245 217 315 24 36 0 24 405 46 104
Binary 10100101 10001111 11001101 10100 11110 0 10100 100000101 100110 1000100

Color Harmonies of #A58FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58FCD

Black with #A58FCD

Text Example


Text Example

White with #A58FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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