Html Css Color HEX #A58FCC Biloba Flower

📋 copy color: '#A58FCC'

red 165 ◦ green 143 ◦ blue 204

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

Shades of Biloba Flower #A58FCC

Tints of Biloba Flower #A58FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 32.23%
G = 27.93%
B = 39.84%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A58FCC (or 0xA58FCC) is known color: Biloba Flower. HEX triplet: A5, 8F and CC. RGB value is (165,143,204). Sum of RGB (Red+Green+Blue) = 165+143+204=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #A58FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FCC is #5A7033. Grayscale: #9C9C9C. Windows color (decimal): -5926964 or 13406117. OLE color: 13406117.

HSL color Cylindrical-coordinate representation of color #A58FCC: hue angle of 261.64º degrees, saturation: 0.37, 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 #A58FCC is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 143 204 -
CMYK 0.19 0.30 0 0.2
HSL 261.64º 0.37% 0.68% -
HSV(B) 261.64º 0.3% 0.8% -
XYZ 36.24 32 61.39 -
YUV 156.53 154.79 134.04 -
System Red Green Blue C M Y K H S L
Decimal 165 143 204 0.19 0.30 0 0.2 261.64 0.37 0.68
Hex A5 8F CC 13 1E 0 14 106 25 44
Octal 245 217 314 23 36 0 24 406 45 104
Binary 10100101 10001111 11001100 10011 11110 0 10100 100000110 100101 1000100

Color Harmonies of #A58FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58FCC

Black with #A58FCC

Text Example


Text Example

White with #A58FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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