Html Css Color HEX #A58FBF Cold Purple

📋 copy color: '#A58FBF'

red 165 ◦ green 143 ◦ blue 191

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

Shades of Cold Purple #A58FBF

Tints of Cold Purple #A58FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.28%

R = 33.07%
G = 28.66%
B = 38.28%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A58FBF (or 0xA58FBF) is known color: Cold Purple. HEX triplet: A5, 8F and BF. RGB value is (165,143,191). Sum of RGB (Red+Green+Blue) = 165+143+191=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #A58FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FBF is #5A7040. Grayscale: #9A9A9A. Windows color (decimal): -5926977 or 12554149. OLE color: 12554149.

HSL color Cylindrical-coordinate representation of color #A58FBF: hue angle of 267.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A58FBF is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 143 191 -
CMYK 0.14 0.25 0 0.25
HSL 267.5º 0.27% 0.65% -
HSV(B) 267.5º 0.25% 0.75% -
XYZ 34.74 31.41 53.52 -
YUV 155.05 148.29 135.1 -
System Red Green Blue C M Y K H S L
Decimal 165 143 191 0.14 0.25 0 0.25 267.5 0.27 0.65
Hex A5 8F BF E 19 0 19 10C 1B 41
Octal 245 217 277 16 31 0 31 414 33 101
Binary 10100101 10001111 10111111 1110 11001 0 11001 100001100 11011 1000001

Color Harmonies of #A58FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58FBF

Black with #A58FBF

Text Example


Text Example

White with #A58FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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