Html Css Color HEX #A18BCC Cold Purple

📋 copy color: '#A18BCC'

red 161 ◦ green 139 ◦ blue 204

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

Shades of Cold Purple #A18BCC

Tints of Cold Purple #A18BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.58%

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 31.94%
G = 27.58%
B = 40.48%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A18BCC (or 0xA18BCC) is known color: Cold Purple. HEX triplet: A1, 8B and CC. RGB value is (161,139,204). Sum of RGB (Red+Green+Blue) = 161+139+204=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #A18BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BCC is #5E7433. Grayscale: #989898. Windows color (decimal): -6190132 or 13405089. OLE color: 13405089.

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

Color convert

RGB 161 139 204 -
CMYK 0.21 0.32 0 0.2
HSL 260.31º 0.39% 0.67% -
HSV(B) 260.31º 0.32% 0.8% -
XYZ 34.83 30.4 61.16 -
YUV 152.99 156.79 133.71 -
System Red Green Blue C M Y K H S L
Decimal 161 139 204 0.21 0.32 0 0.2 260.31 0.39 0.67
Hex A1 8B CC 15 20 0 14 104 27 43
Octal 241 213 314 25 40 0 24 404 47 103
Binary 10100001 10001011 11001100 10101 100000 0 10100 100000100 100111 1000011

Color Harmonies of #A18BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18BCC

Black with #A18BCC

Text Example


Text Example

White with #A18BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18BCC; }

 p { color: rgb(161,139,204); }

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

background-color css

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

 a { background-color: rgb(161,139,204); }

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

border-color css

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

 span { border-color: rgb(161,139,204); }

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