Html Css Color HEX #A18AC9 Cold Purple

📋 copy color: '#A18AC9'

red 161 ◦ green 138 ◦ blue 201

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

Shades of Cold Purple #A18AC9

Tints of Cold Purple #A18AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.2%

R = 32.2%
G = 27.6%
B = 40.2%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A18AC9 (or 0xA18AC9) is known color: Cold Purple. HEX triplet: A1, 8A and C9. RGB value is (161,138,201). Sum of RGB (Red+Green+Blue) = 161+138+201=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 201 - color contains mainly: blue. Hex color #A18AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18AC9 is #5E7536. Grayscale: #979797. Windows color (decimal): -6190391 or 13208225. OLE color: 13208225.

HSL color Cylindrical-coordinate representation of color #A18AC9: hue angle of 261.9º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A18AC9 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 138 201 -
CMYK 0.20 0.31 0 0.21
HSL 261.9º 0.37% 0.66% -
HSV(B) 261.9º 0.31% 0.79% -
XYZ 34.33 29.97 59.23 -
YUV 152.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 161 138 201 0.20 0.31 0 0.21 261.9 0.37 0.66
Hex A1 8A C9 14 1F 0 15 106 25 42
Octal 241 212 311 24 37 0 25 406 45 102
Binary 10100001 10001010 11001001 10100 11111 0 10101 100000110 100101 1000010

Color Harmonies of #A18AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18AC9

Black with #A18AC9

Text Example


Text Example

White with #A18AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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