Html Css Color HEX #A386CF Cold Purple

📋 copy color: '#A386CF'

red 163 ◦ green 134 ◦ blue 207

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

Shades of Cold Purple #A386CF

Tints of Cold Purple #A386CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.07%

R = 32.34%
G = 26.59%
B = 41.07%

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

#A386CF (or 0xA386CF) is known color: Cold Purple. HEX triplet: A3, 86 and CF. RGB value is (163,134,207). Sum of RGB (Red+Green+Blue) = 163+134+207=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #A386CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386CF is #5C7930. Grayscale: #969696. Windows color (decimal): -6060337 or 13600419. OLE color: 13600419.

HSL color Cylindrical-coordinate representation of color #A386CF: hue angle of 263.84º degrees, saturation: 0.43, 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 #A386CF is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 134 207 -
CMYK 0.21 0.35 0 0.19
HSL 263.84º 0.43% 0.67% -
HSV(B) 263.84º 0.35% 0.81% -
XYZ 34.89 29.34 62.86 -
YUV 150.99 159.61 136.56 -
System Red Green Blue C M Y K H S L
Decimal 163 134 207 0.21 0.35 0 0.19 263.84 0.43 0.67
Hex A3 86 CF 15 23 0 13 108 2B 43
Octal 243 206 317 25 43 0 23 410 53 103
Binary 10100011 10000110 11001111 10101 100011 0 10011 100001000 101011 1000011

Color Harmonies of #A386CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A386CF

Black with #A386CF

Text Example


Text Example

White with #A386CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A386CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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