Html Css Color HEX #A183CD Cold Purple

📋 copy color: '#A183CD'

red 161 ◦ green 131 ◦ blue 205

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

Shades of Cold Purple #A183CD

Tints of Cold Purple #A183CD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.36%

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

R = 32.39%
G = 26.36%
B = 41.25%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A183CD (or 0xA183CD) is known color: Cold Purple. HEX triplet: A1, 83 and CD. RGB value is (161,131,205). Sum of RGB (Red+Green+Blue) = 161+131+205=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #A183CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A183CD is #5E7C32. Grayscale: #949494. Windows color (decimal): -6192179 or 13468577. OLE color: 13468577.

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

Color convert

RGB 161 131 205 -
CMYK 0.21 0.36 0 0.20
HSL 264.32º 0.43% 0.66% -
HSV(B) 264.32º 0.36% 0.8% -
XYZ 33.83 28.22 61.42 -
YUV 148.41 159.94 136.98 -
System Red Green Blue C M Y K H S L
Decimal 161 131 205 0.21 0.36 0 0.20 264.32 0.43 0.66
Hex A1 83 CD 15 24 0 14 108 2B 42
Octal 241 203 315 25 44 0 24 410 53 102
Binary 10100001 10000011 11001101 10101 100100 0 10100 100001000 101011 1000010

Color Harmonies of #A183CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A183CD

Black with #A183CD

Text Example


Text Example

White with #A183CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A183CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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