Html Css Color HEX #A391CB Cold Purple

📋 copy color: '#A391CB'

red 163 ◦ green 145 ◦ blue 203

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

Shades of Cold Purple #A391CB

Tints of Cold Purple #A391CB

RGB

 RED value IS 163 (64.06% from 255) = 31.9%

 GREEN value IS 145 (57.03% from 255) = 28.38%

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

R = 31.9%
G = 28.38%
B = 39.73%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A391CB (or 0xA391CB) is known color: Cold Purple. HEX triplet: A3, 91 and CB. RGB value is (163,145,203). Sum of RGB (Red+Green+Blue) = 163+145+203=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #A391CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391CB is #5C6E34. Grayscale: #9C9C9C. Windows color (decimal): -6057525 or 13341091. OLE color: 13341091.

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

Color convert

RGB 163 145 203 -
CMYK 0.20 0.29 0 0.20
HSL 258.62º 0.36% 0.68% -
HSV(B) 258.62º 0.29% 0.8% -
XYZ 36.01 32.35 60.85 -
YUV 156.99 153.96 132.28 -
System Red Green Blue C M Y K H S L
Decimal 163 145 203 0.20 0.29 0 0.20 258.62 0.36 0.68
Hex A3 91 CB 14 1D 0 14 103 24 44
Octal 243 221 313 24 35 0 24 403 44 104
Binary 10100011 10010001 11001011 10100 11101 0 10100 100000011 100100 1000100

Color Harmonies of #A391CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A391CB

Black with #A391CB

Text Example


Text Example

White with #A391CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A391CB; }

 p { color: rgb(163,145,203); }

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

background-color css

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

 a { background-color: rgb(163,145,203); }

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

border-color css

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

 span { border-color: rgb(163,145,203); }

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