Html Css Color HEX #A388C3 Cold Purple

📋 copy color: '#A388C3'

red 163 ◦ green 136 ◦ blue 195

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

Shades of Cold Purple #A388C3

Tints of Cold Purple #A388C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.47%

R = 33%
G = 27.53%
B = 39.47%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A388C3 (or 0xA388C3) is known color: Cold Purple. HEX triplet: A3, 88 and C3. RGB value is (163,136,195). Sum of RGB (Red+Green+Blue) = 163+136+195=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 195 - color contains mainly: blue. Hex color #A388C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388C3 is #5C773C. Grayscale: #969696. Windows color (decimal): -6059837 or 12814499. OLE color: 12814499.

HSL color Cylindrical-coordinate representation of color #A388C3: hue angle of 267.46º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A388C3 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 136 195 -
CMYK 0.16 0.30 0 0.24
HSL 267.46º 0.33% 0.65% -
HSV(B) 267.46º 0.3% 0.76% -
XYZ 33.76 29.33 55.51 -
YUV 150.8 152.95 136.7 -
System Red Green Blue C M Y K H S L
Decimal 163 136 195 0.16 0.30 0 0.24 267.46 0.33 0.65
Hex A3 88 C3 10 1E 0 18 10B 21 41
Octal 243 210 303 20 36 0 30 413 41 101
Binary 10100011 10001000 11000011 10000 11110 0 11000 100001011 100001 1000001

Color Harmonies of #A388C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A388C3

Black with #A388C3

Text Example


Text Example

White with #A388C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A388C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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