Html Css Color HEX #A381CE Cold Purple

📋 copy color: '#A381CE'

red 163 ◦ green 129 ◦ blue 206

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

Shades of Cold Purple #A381CE

Tints of Cold Purple #A381CE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.9%

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

R = 32.73%
G = 25.9%
B = 41.37%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A381CE (or 0xA381CE) is known color: Cold Purple. HEX triplet: A3, 81 and CE. RGB value is (163,129,206). Sum of RGB (Red+Green+Blue) = 163+129+206=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #A381CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A381CE is #5C7E31. Grayscale: #939393. Windows color (decimal): -6061618 or 13533603. OLE color: 13533603.

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

Color convert

RGB 163 129 206 -
CMYK 0.21 0.37 0 0.19
HSL 266.49º 0.44% 0.66% -
HSV(B) 266.49º 0.37% 0.81% -
XYZ 34.1 27.94 61.99 -
YUV 147.94 160.76 138.74 -
System Red Green Blue C M Y K H S L
Decimal 163 129 206 0.21 0.37 0 0.19 266.49 0.44 0.66
Hex A3 81 CE 15 25 0 13 10A 2C 42
Octal 243 201 316 25 45 0 23 412 54 102
Binary 10100011 10000001 11001110 10101 100101 0 10011 100001010 101100 1000010

Color Harmonies of #A381CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A381CE

Black with #A381CE

Text Example


Text Example

White with #A381CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A381CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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