Html Css Color HEX #A385CE Cold Purple

📋 copy color: '#A385CE'

red 163 ◦ green 133 ◦ blue 206

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

Shades of Cold Purple #A385CE

Tints of Cold Purple #A385CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.49%

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

R = 32.47%
G = 26.49%
B = 41.04%

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

#A385CE (or 0xA385CE) is known color: Cold Purple. HEX triplet: A3, 85 and CE. RGB value is (163,133,206). Sum of RGB (Red+Green+Blue) = 163+133+206=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #A385CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385CE is #5C7A31. Grayscale: #969696. Windows color (decimal): -6060594 or 13534627. OLE color: 13534627.

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

Color convert

RGB 163 133 206 -
CMYK 0.21 0.35 0 0.19
HSL 264.66º 0.43% 0.66% -
HSV(B) 264.66º 0.35% 0.81% -
XYZ 34.63 29.02 62.17 -
YUV 150.29 159.44 137.06 -
System Red Green Blue C M Y K H S L
Decimal 163 133 206 0.21 0.35 0 0.19 264.66 0.43 0.66
Hex A3 85 CE 15 23 0 13 109 2B 42
Octal 243 205 316 25 43 0 23 411 53 102
Binary 10100011 10000101 11001110 10101 100011 0 10011 100001001 101011 1000010

Color Harmonies of #A385CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A385CE

Black with #A385CE

Text Example


Text Example

White with #A385CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A385CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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