Html Css Color HEX #A18ACD Cold Purple

📋 copy color: '#A18ACD'

red 161 ◦ green 138 ◦ blue 205

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

Shades of Cold Purple #A18ACD

Tints of Cold Purple #A18ACD

RGB

 RED value IS 161 (63.28% from 255) = 31.94%

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

 BLUE value IS 205 (80.47% from 255) = 40.67%

R = 31.94%
G = 27.38%
B = 40.67%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A18ACD (or 0xA18ACD) is known color: Cold Purple. HEX triplet: A1, 8A and CD. RGB value is (161,138,205). Sum of RGB (Red+Green+Blue) = 161+138+205=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #A18ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ACD is #5E7532. Grayscale: #989898. Windows color (decimal): -6190387 or 13470369. OLE color: 13470369.

HSL color Cylindrical-coordinate representation of color #A18ACD: hue angle of 260.6º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A18ACD is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 138 205 -
CMYK 0.21 0.33 0 0.20
HSL 260.6º 0.4% 0.67% -
HSV(B) 260.6º 0.33% 0.8% -
XYZ 34.81 30.16 61.74 -
YUV 152.52 157.62 134.05 -
System Red Green Blue C M Y K H S L
Decimal 161 138 205 0.21 0.33 0 0.20 260.6 0.4 0.67
Hex A1 8A CD 15 21 0 14 105 28 43
Octal 241 212 315 25 41 0 24 405 50 103
Binary 10100001 10001010 11001101 10101 100001 0 10100 100000101 101000 1000011

Color Harmonies of #A18ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18ACD

Black with #A18ACD

Text Example


Text Example

White with #A18ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18ACD; }

 p { color: rgb(161,138,205); }

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

background-color css

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

 a { background-color: rgb(161,138,205); }

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

border-color css

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

 span { border-color: rgb(161,138,205); }

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