Html Css Color HEX #A388CD Cold Purple

📋 copy color: '#A388CD'

red 163 ◦ green 136 ◦ blue 205

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

Shades of Cold Purple #A388CD

Tints of Cold Purple #A388CD

RGB

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

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

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

R = 32.34%
G = 26.98%
B = 40.67%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A388CD (or 0xA388CD) is known color: Cold Purple. HEX triplet: A3, 88 and CD. RGB value is (163,136,205). Sum of RGB (Red+Green+Blue) = 163+136+205=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #A388CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388CD is #5C7732. Grayscale: #979797. Windows color (decimal): -6059827 or 13469859. OLE color: 13469859.

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

Color convert

RGB 163 136 205 -
CMYK 0.20 0.34 0 0.20
HSL 263.48º 0.41% 0.67% -
HSV(B) 263.48º 0.34% 0.8% -
XYZ 34.93 29.8 61.67 -
YUV 151.94 157.95 135.89 -
System Red Green Blue C M Y K H S L
Decimal 163 136 205 0.20 0.34 0 0.20 263.48 0.41 0.67
Hex A3 88 CD 14 22 0 14 107 29 43
Octal 243 210 315 24 42 0 24 407 51 103
Binary 10100011 10001000 11001101 10100 100010 0 10100 100000111 101001 1000011

Color Harmonies of #A388CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A388CD

Black with #A388CD

Text Example


Text Example

White with #A388CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A388CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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