Html Css Color HEX #A18FBE Cold Purple

📋 copy color: '#A18FBE'

red 161 ◦ green 143 ◦ blue 190

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

Shades of Cold Purple #A18FBE

Tints of Cold Purple #A18FBE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.95%

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

R = 32.59%
G = 28.95%
B = 38.46%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A18FBE (or 0xA18FBE) is known color: Cold Purple. HEX triplet: A1, 8F and BE. RGB value is (161,143,190). Sum of RGB (Red+Green+Blue) = 161+143+190=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #A18FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FBE is #5E7041. Grayscale: #999999. Windows color (decimal): -6189122 or 12488609. OLE color: 12488609.

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

Color convert

RGB 161 143 190 -
CMYK 0.15 0.25 0 0.25
HSL 262.98º 0.27% 0.65% -
HSV(B) 262.98º 0.25% 0.75% -
XYZ 33.81 30.94 52.9 -
YUV 153.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 161 143 190 0.15 0.25 0 0.25 262.98 0.27 0.65
Hex A1 8F BE F 19 0 19 107 1B 41
Octal 241 217 276 17 31 0 31 407 33 101
Binary 10100001 10001111 10111110 1111 11001 0 11001 100000111 11011 1000001

Color Harmonies of #A18FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18FBE

Black with #A18FBE

Text Example


Text Example

White with #A18FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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