Html Css Color HEX #A183CB Cold Purple

📋 copy color: '#A183CB'

red 161 ◦ green 131 ◦ blue 203

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

Shades of Cold Purple #A183CB

Tints of Cold Purple #A183CB

RGB

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

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

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

R = 32.53%
G = 26.46%
B = 41.01%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A183CB (or 0xA183CB) is known color: Cold Purple. HEX triplet: A1, 83 and CB. RGB value is (161,131,203). Sum of RGB (Red+Green+Blue) = 161+131+203=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #A183CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A183CB is #5E7C34. Grayscale: #939393. Windows color (decimal): -6192181 or 13337505. OLE color: 13337505.

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

Color convert

RGB 161 131 203 -
CMYK 0.21 0.35 0 0.20
HSL 265º 0.41% 0.65% -
HSV(B) 265º 0.35% 0.8% -
XYZ 33.59 28.12 60.16 -
YUV 148.18 158.94 137.15 -
System Red Green Blue C M Y K H S L
Decimal 161 131 203 0.21 0.35 0 0.20 265 0.41 0.65
Hex A1 83 CB 15 23 0 14 109 29 41
Octal 241 203 313 25 43 0 24 411 51 101
Binary 10100001 10000011 11001011 10101 100011 0 10100 100001001 101001 1000001

Color Harmonies of #A183CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A183CB

Black with #A183CB

Text Example


Text Example

White with #A183CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A183CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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