Html Css Color HEX #A18CCD Cold Purple

📋 copy color: '#A18CCD'

red 161 ◦ green 140 ◦ blue 205

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

Shades of Cold Purple #A18CCD

Tints of Cold Purple #A18CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.67%

 BLUE value IS 205 (80.47% from 255) = 40.51%

R = 31.82%
G = 27.67%
B = 40.51%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A18CCD (or 0xA18CCD) is known color: Cold Purple. HEX triplet: A1, 8C and CD. RGB value is (161,140,205). Sum of RGB (Red+Green+Blue) = 161+140+205=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #A18CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CCD is #5E7332. Grayscale: #999999. Windows color (decimal): -6189875 or 13470881. OLE color: 13470881.

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

Color convert

RGB 161 140 205 -
CMYK 0.21 0.32 0 0.20
HSL 259.38º 0.39% 0.68% -
HSV(B) 259.38º 0.32% 0.8% -
XYZ 35.1 30.74 61.84 -
YUV 153.69 156.96 133.21 -
System Red Green Blue C M Y K H S L
Decimal 161 140 205 0.21 0.32 0 0.20 259.38 0.39 0.68
Hex A1 8C CD 15 20 0 14 103 27 44
Octal 241 214 315 25 40 0 24 403 47 104
Binary 10100001 10001100 11001101 10101 100000 0 10100 100000011 100111 1000100

Color Harmonies of #A18CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18CCD

Black with #A18CCD

Text Example


Text Example

White with #A18CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18CCD; }

 p { color: rgb(161,140,205); }

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

background-color css

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

 a { background-color: rgb(161,140,205); }

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

border-color css

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

 span { border-color: rgb(161,140,205); }

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