Html Css Color HEX #A384D0 Cold Purple

📋 copy color: '#A384D0'

red 163 ◦ green 132 ◦ blue 208

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

Shades of Cold Purple #A384D0

Tints of Cold Purple #A384D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.35%

R = 32.41%
G = 26.24%
B = 41.35%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A384D0 (or 0xA384D0) is known color: Cold Purple. HEX triplet: A3, 84 and D0. RGB value is (163,132,208). Sum of RGB (Red+Green+Blue) = 163+132+208=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #A384D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A384D0 is #5C7B2F. Grayscale: #959595. Windows color (decimal): -6060848 or 13665443. OLE color: 13665443.

HSL color Cylindrical-coordinate representation of color #A384D0: hue angle of 264.47º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A384D0 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 132 208 -
CMYK 0.22 0.37 0 0.18
HSL 264.47º 0.45% 0.67% -
HSV(B) 264.47º 0.37% 0.82% -
XYZ 34.74 28.84 63.41 -
YUV 149.93 160.77 137.32 -
System Red Green Blue C M Y K H S L
Decimal 163 132 208 0.22 0.37 0 0.18 264.47 0.45 0.67
Hex A3 84 D0 16 25 0 12 108 2D 43
Octal 243 204 320 26 45 0 22 410 55 103
Binary 10100011 10000100 11010000 10110 100101 0 10010 100001000 101101 1000011

Color Harmonies of #A384D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A384D0

Black with #A384D0

Text Example


Text Example

White with #A384D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A384D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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