Html Css Color HEX #A58ACC Cold Purple

📋 copy color: '#A58ACC'

red 165 ◦ green 138 ◦ blue 204

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

Shades of Cold Purple #A58ACC

Tints of Cold Purple #A58ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.22%

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

R = 32.54%
G = 27.22%
B = 40.24%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A58ACC (or 0xA58ACC) is known color: Cold Purple. HEX triplet: A5, 8A and CC. RGB value is (165,138,204). Sum of RGB (Red+Green+Blue) = 165+138+204=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #A58ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58ACC is #5A7533. Grayscale: #999999. Windows color (decimal): -5928244 or 13404837. OLE color: 13404837.

HSL color Cylindrical-coordinate representation of color #A58ACC: hue angle of 264.55º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A58ACC is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 138 204 -
CMYK 0.19 0.32 0 0.2
HSL 264.55º 0.39% 0.67% -
HSV(B) 264.55º 0.32% 0.8% -
XYZ 35.5 30.54 61.15 -
YUV 153.6 156.45 136.13 -
System Red Green Blue C M Y K H S L
Decimal 165 138 204 0.19 0.32 0 0.2 264.55 0.39 0.67
Hex A5 8A CC 13 20 0 14 109 27 43
Octal 245 212 314 23 40 0 24 411 47 103
Binary 10100101 10001010 11001100 10011 100000 0 10100 100001001 100111 1000011

Color Harmonies of #A58ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58ACC

Black with #A58ACC

Text Example


Text Example

White with #A58ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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