Html Css Color HEX #A386CA Cold Purple

📋 copy color: '#A386CA'

red 163 ◦ green 134 ◦ blue 202

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

Shades of Cold Purple #A386CA

Tints of Cold Purple #A386CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.48%

R = 32.67%
G = 26.85%
B = 40.48%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A386CA (or 0xA386CA) is known color: Cold Purple. HEX triplet: A3, 86 and CA. RGB value is (163,134,202). Sum of RGB (Red+Green+Blue) = 163+134+202=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #A386CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386CA is #5C7935. Grayscale: #969696. Windows color (decimal): -6060342 or 13272739. OLE color: 13272739.

HSL color Cylindrical-coordinate representation of color #A386CA: hue angle of 265.59º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A386CA is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 134 202 -
CMYK 0.19 0.34 0 0.21
HSL 265.59º 0.39% 0.66% -
HSV(B) 265.59º 0.34% 0.79% -
XYZ 34.29 29.1 59.69 -
YUV 150.42 157.11 136.97 -
System Red Green Blue C M Y K H S L
Decimal 163 134 202 0.19 0.34 0 0.21 265.59 0.39 0.66
Hex A3 86 CA 13 22 0 15 10A 27 42
Octal 243 206 312 23 42 0 25 412 47 102
Binary 10100011 10000110 11001010 10011 100010 0 10101 100001010 100111 1000010

Color Harmonies of #A386CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A386CA

Black with #A386CA

Text Example


Text Example

White with #A386CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A386CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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