Html Css Color HEX #A386CE Cold Purple

📋 copy color: '#A386CE'

red 163 ◦ green 134 ◦ blue 206

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

Shades of Cold Purple #A386CE

Tints of Cold Purple #A386CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.95%

R = 32.41%
G = 26.64%
B = 40.95%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A386CE (or 0xA386CE) is known color: Cold Purple. HEX triplet: A3, 86 and CE. RGB value is (163,134,206). Sum of RGB (Red+Green+Blue) = 163+134+206=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #A386CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386CE is #5C7931. Grayscale: #969696. Windows color (decimal): -6060338 or 13534883. OLE color: 13534883.

HSL color Cylindrical-coordinate representation of color #A386CE: hue angle of 264.17º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A386CE is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 134 206 -
CMYK 0.21 0.35 0 0.19
HSL 264.17º 0.42% 0.67% -
HSV(B) 264.17º 0.35% 0.81% -
XYZ 34.77 29.29 62.21 -
YUV 150.88 159.11 136.65 -
System Red Green Blue C M Y K H S L
Decimal 163 134 206 0.21 0.35 0 0.19 264.17 0.42 0.67
Hex A3 86 CE 15 23 0 13 108 2A 43
Octal 243 206 316 25 43 0 23 410 52 103
Binary 10100011 10000110 11001110 10101 100011 0 10011 100001000 101010 1000011

Color Harmonies of #A386CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A386CE

Black with #A386CE

Text Example


Text Example

White with #A386CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A386CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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