Html Css Color HEX #A18ABF Cold Purple

📋 copy color: '#A18ABF'

red 161 ◦ green 138 ◦ blue 191

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

Shades of Cold Purple #A18ABF

Tints of Cold Purple #A18ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.98%

R = 32.86%
G = 28.16%
B = 38.98%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A18ABF (or 0xA18ABF) is known color: Cold Purple. HEX triplet: A1, 8A and BF. RGB value is (161,138,191). Sum of RGB (Red+Green+Blue) = 161+138+191=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #A18ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ABF is #5E7540. Grayscale: #969696. Windows color (decimal): -6190401 or 12552865. OLE color: 12552865.

HSL color Cylindrical-coordinate representation of color #A18ABF: hue angle of 266.04º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A18ABF is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 138 191 -
CMYK 0.16 0.28 0 0.25
HSL 266.04º 0.29% 0.65% -
HSV(B) 266.04º 0.28% 0.75% -
XYZ 33.19 29.52 53.24 -
YUV 150.92 150.62 135.19 -
System Red Green Blue C M Y K H S L
Decimal 161 138 191 0.16 0.28 0 0.25 266.04 0.29 0.65
Hex A1 8A BF 10 1C 0 19 10A 1D 41
Octal 241 212 277 20 34 0 31 412 35 101
Binary 10100001 10001010 10111111 10000 11100 0 11001 100001010 11101 1000001

Color Harmonies of #A18ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18ABF

Black with #A18ABF

Text Example


Text Example

White with #A18ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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