Html Css Color HEX #A388C9 Cold Purple

📋 copy color: '#A388C9'

red 163 ◦ green 136 ◦ blue 201

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

Shades of Cold Purple #A388C9

Tints of Cold Purple #A388C9

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.2%

 BLUE value IS 201 (78.91% from 255) = 40.2%

R = 32.6%
G = 27.2%
B = 40.2%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A388C9 (or 0xA388C9) is known color: Cold Purple. HEX triplet: A3, 88 and C9. RGB value is (163,136,201). Sum of RGB (Red+Green+Blue) = 163+136+201=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 201 - color contains mainly: blue. Hex color #A388C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388C9 is #5C7736. Grayscale: #979797. Windows color (decimal): -6059831 or 13207715. OLE color: 13207715.

HSL color Cylindrical-coordinate representation of color #A388C9: hue angle of 264.92º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A388C9 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 136 201 -
CMYK 0.19 0.32 0 0.21
HSL 264.92º 0.38% 0.66% -
HSV(B) 264.92º 0.32% 0.79% -
XYZ 34.45 29.61 59.16 -
YUV 151.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 163 136 201 0.19 0.32 0 0.21 264.92 0.38 0.66
Hex A3 88 C9 13 20 0 15 109 26 42
Octal 243 210 311 23 40 0 25 411 46 102
Binary 10100011 10001000 11001001 10011 100000 0 10101 100001001 100110 1000010

Color Harmonies of #A388C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A388C9

Black with #A388C9

Text Example


Text Example

White with #A388C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A388C9; }

 p { color: rgb(163,136,201); }

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

background-color css

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

 a { background-color: rgb(163,136,201); }

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

border-color css

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

 span { border-color: rgb(163,136,201); }

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