Html Css Color HEX #A58DCA Cold Purple

📋 copy color: '#A58DCA'

red 165 ◦ green 141 ◦ blue 202

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

Shades of Cold Purple #A58DCA

Tints of Cold Purple #A58DCA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.76%

 BLUE value IS 202 (79.3% from 255) = 39.76%

R = 32.48%
G = 27.76%
B = 39.76%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A58DCA (or 0xA58DCA) is known color: Cold Purple. HEX triplet: A5, 8D and CA. RGB value is (165,141,202). Sum of RGB (Red+Green+Blue) = 165+141+202=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #A58DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DCA is #5A7235. Grayscale: #9A9A9A. Windows color (decimal): -5927478 or 13274533. OLE color: 13274533.

HSL color Cylindrical-coordinate representation of color #A58DCA: hue angle of 263.61º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A58DCA is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 141 202 -
CMYK 0.18 0.30 0 0.21
HSL 263.61º 0.37% 0.67% -
HSV(B) 263.61º 0.3% 0.79% -
XYZ 35.7 31.31 60.04 -
YUV 155.13 154.45 135.04 -
System Red Green Blue C M Y K H S L
Decimal 165 141 202 0.18 0.30 0 0.21 263.61 0.37 0.67
Hex A5 8D CA 12 1E 0 15 108 25 43
Octal 245 215 312 22 36 0 25 410 45 103
Binary 10100101 10001101 11001010 10010 11110 0 10101 100001000 100101 1000011

Color Harmonies of #A58DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58DCA

Black with #A58DCA

Text Example


Text Example

White with #A58DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58DCA; }

 p { color: rgb(165,141,202); }

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

background-color css

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

 a { background-color: rgb(165,141,202); }

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

border-color css

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

 span { border-color: rgb(165,141,202); }

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