Html Css Color HEX #A18FCB Cold Purple

📋 copy color: '#A18FCB'

red 161 ◦ green 143 ◦ blue 203

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

Shades of Cold Purple #A18FCB

Tints of Cold Purple #A18FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.04%

R = 31.76%
G = 28.21%
B = 40.04%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A18FCB (or 0xA18FCB) is known color: Cold Purple. HEX triplet: A1, 8F and CB. RGB value is (161,143,203). Sum of RGB (Red+Green+Blue) = 161+143+203=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #A18FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FCB is #5E7034. Grayscale: #9B9B9B. Windows color (decimal): -6189109 or 13340577. OLE color: 13340577.

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

Color convert

RGB 161 143 203 -
CMYK 0.21 0.30 0 0.20
HSL 258º 0.37% 0.68% -
HSV(B) 258º 0.3% 0.8% -
XYZ 35.3 31.53 60.73 -
YUV 155.22 154.96 132.12 -
System Red Green Blue C M Y K H S L
Decimal 161 143 203 0.21 0.30 0 0.20 258 0.37 0.68
Hex A1 8F CB 15 1E 0 14 102 25 44
Octal 241 217 313 25 36 0 24 402 45 104
Binary 10100001 10001111 11001011 10101 11110 0 10100 100000010 100101 1000100

Color Harmonies of #A18FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18FCB

Black with #A18FCB

Text Example


Text Example

White with #A18FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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