Html Css Color HEX #A18ABE Cold Purple

📋 copy color: '#A18ABE'

red 161 ◦ green 138 ◦ blue 190

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

Shades of Cold Purple #A18ABE

Tints of Cold Purple #A18ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.85%

R = 32.92%
G = 28.22%
B = 38.85%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A18ABE (or 0xA18ABE) is known color: Cold Purple. HEX triplet: A1, 8A and BE. RGB value is (161,138,190). Sum of RGB (Red+Green+Blue) = 161+138+190=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #A18ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ABE is #5E7541. Grayscale: #969696. Windows color (decimal): -6190402 or 12487329. OLE color: 12487329.

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

Color convert

RGB 161 138 190 -
CMYK 0.15 0.27 0 0.25
HSL 266.54º 0.29% 0.64% -
HSV(B) 266.54º 0.27% 0.75% -
XYZ 33.08 29.47 52.66 -
YUV 150.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 161 138 190 0.15 0.27 0 0.25 266.54 0.29 0.64
Hex A1 8A BE F 1B 0 19 10B 1D 40
Octal 241 212 276 17 33 0 31 413 35 100
Binary 10100001 10001010 10111110 1111 11011 0 11001 100001011 11101 1000000

Color Harmonies of #A18ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18ABE

Black with #A18ABE

Text Example


Text Example

White with #A18ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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