Html Css Color HEX #A58BC7 Cold Purple

📋 copy color: '#A58BC7'

red 165 ◦ green 139 ◦ blue 199

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

Shades of Cold Purple #A58BC7

Tints of Cold Purple #A58BC7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.63%

 BLUE value IS 199 (78.13% from 255) = 39.56%

R = 32.8%
G = 27.63%
B = 39.56%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A58BC7 (or 0xA58BC7) is known color: Cold Purple. HEX triplet: A5, 8B and C7. RGB value is (165,139,199). Sum of RGB (Red+Green+Blue) = 165+139+199=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 199 - color contains mainly: blue. Hex color #A58BC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BC7 is #5A7438. Grayscale: #999999. Windows color (decimal): -5927993 or 13077413. OLE color: 13077413.

HSL color Cylindrical-coordinate representation of color #A58BC7: hue angle of 266º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A58BC7 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 139 199 -
CMYK 0.17 0.30 0 0.22
HSL 266º 0.35% 0.66% -
HSV(B) 266º 0.3% 0.78% -
XYZ 35.06 30.59 58.09 -
YUV 153.61 153.61 136.12 -
System Red Green Blue C M Y K H S L
Decimal 165 139 199 0.17 0.30 0 0.22 266 0.35 0.66
Hex A5 8B C7 11 1E 0 16 10A 23 42
Octal 245 213 307 21 36 0 26 412 43 102
Binary 10100101 10001011 11000111 10001 11110 0 10110 100001010 100011 1000010

Color Harmonies of #A58BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58BC7

Black with #A58BC7

Text Example


Text Example

White with #A58BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58BC7; }

 p { color: rgb(165,139,199); }

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

background-color css

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

 a { background-color: rgb(165,139,199); }

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

border-color css

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

 span { border-color: rgb(165,139,199); }

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