Html Css Color HEX #A386C4 Cold Purple

📋 copy color: '#A386C4'

red 163 ◦ green 134 ◦ blue 196

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

Shades of Cold Purple #A386C4

Tints of Cold Purple #A386C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.76%

R = 33.06%
G = 27.18%
B = 39.76%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A386C4 (or 0xA386C4) is known color: Cold Purple. HEX triplet: A3, 86 and C4. RGB value is (163,134,196). Sum of RGB (Red+Green+Blue) = 163+134+196=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 196 - color contains mainly: blue. Hex color #A386C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386C4 is #5C793B. Grayscale: #959595. Windows color (decimal): -6060348 or 12879523. OLE color: 12879523.

HSL color Cylindrical-coordinate representation of color #A386C4: hue angle of 268.06º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A386C4 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 163 134 196 -
CMYK 0.17 0.32 0 0.23
HSL 268.06º 0.34% 0.65% -
HSV(B) 268.06º 0.32% 0.77% -
XYZ 33.59 28.82 56.02 -
YUV 149.74 154.11 137.46 -
System Red Green Blue C M Y K H S L
Decimal 163 134 196 0.17 0.32 0 0.23 268.06 0.34 0.65
Hex A3 86 C4 11 20 0 17 10C 22 41
Octal 243 206 304 21 40 0 27 414 42 101
Binary 10100011 10000110 11000100 10001 100000 0 10111 100001100 100010 1000001

Color Harmonies of #A386C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A386C4

Black with #A386C4

Text Example


Text Example

White with #A386C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A386C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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