Html Css Color HEX #A386CD Cold Purple

📋 copy color: '#A386CD'

red 163 ◦ green 134 ◦ blue 205

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

Shades of Cold Purple #A386CD

Tints of Cold Purple #A386CD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.69%

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

R = 32.47%
G = 26.69%
B = 40.84%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A386CD (or 0xA386CD) is known color: Cold Purple. HEX triplet: A3, 86 and CD. RGB value is (163,134,205). Sum of RGB (Red+Green+Blue) = 163+134+205=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #A386CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386CD is #5C7932. Grayscale: #969696. Windows color (decimal): -6060339 or 13469347. OLE color: 13469347.

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

Color convert

RGB 163 134 205 -
CMYK 0.20 0.35 0 0.20
HSL 264.51º 0.42% 0.66% -
HSV(B) 264.51º 0.35% 0.8% -
XYZ 34.65 29.24 61.58 -
YUV 150.77 158.61 136.73 -
System Red Green Blue C M Y K H S L
Decimal 163 134 205 0.20 0.35 0 0.20 264.51 0.42 0.66
Hex A3 86 CD 14 23 0 14 109 2A 42
Octal 243 206 315 24 43 0 24 411 52 102
Binary 10100011 10000110 11001101 10100 100011 0 10100 100001001 101010 1000010

Color Harmonies of #A386CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A386CD

Black with #A386CD

Text Example


Text Example

White with #A386CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A386CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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