Html Css Color HEX #A384CF Cold Purple

📋 copy color: '#A384CF'

red 163 ◦ green 132 ◦ blue 207

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

Shades of Cold Purple #A384CF

Tints of Cold Purple #A384CF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.29%

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

R = 32.47%
G = 26.29%
B = 41.24%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A384CF (or 0xA384CF) is known color: Cold Purple. HEX triplet: A3, 84 and CF. RGB value is (163,132,207). Sum of RGB (Red+Green+Blue) = 163+132+207=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #A384CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A384CF is #5C7B30. Grayscale: #959595. Windows color (decimal): -6060849 or 13599907. OLE color: 13599907.

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

Color convert

RGB 163 132 207 -
CMYK 0.21 0.36 0 0.19
HSL 264.8º 0.44% 0.66% -
HSV(B) 264.8º 0.36% 0.81% -
XYZ 34.62 28.79 62.76 -
YUV 149.82 160.27 137.4 -
System Red Green Blue C M Y K H S L
Decimal 163 132 207 0.21 0.36 0 0.19 264.8 0.44 0.66
Hex A3 84 CF 15 24 0 13 109 2C 42
Octal 243 204 317 25 44 0 23 411 54 102
Binary 10100011 10000100 11001111 10101 100100 0 10011 100001001 101100 1000010

Color Harmonies of #A384CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A384CF

Black with #A384CF

Text Example


Text Example

White with #A384CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A384CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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