Html Css Color HEX #A380CD Cold Purple

📋 copy color: '#A380CD'

red 163 ◦ green 128 ◦ blue 205

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

Shades of Cold Purple #A380CD

Tints of Cold Purple #A380CD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.81%

 BLUE value IS 205 (80.47% from 255) = 41.33%

R = 32.86%
G = 25.81%
B = 41.33%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A380CD (or 0xA380CD) is known color: Cold Purple. HEX triplet: A3, 80 and CD. RGB value is (163,128,205). Sum of RGB (Red+Green+Blue) = 163+128+205=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #A380CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A380CD is #5C7F32. Grayscale: #929292. Windows color (decimal): -6061875 or 13467811. OLE color: 13467811.

HSL color Cylindrical-coordinate representation of color #A380CD: hue angle of 267.27º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A380CD is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 128 205 -
CMYK 0.20 0.38 0 0.20
HSL 267.27º 0.44% 0.65% -
HSV(B) 267.27º 0.38% 0.8% -
XYZ 33.84 27.63 61.31 -
YUV 147.24 160.6 139.24 -
System Red Green Blue C M Y K H S L
Decimal 163 128 205 0.20 0.38 0 0.20 267.27 0.44 0.65
Hex A3 80 CD 14 26 0 14 10B 2C 41
Octal 243 200 315 24 46 0 24 413 54 101
Binary 10100011 10000000 11001101 10100 100110 0 10100 100001011 101100 1000001

Color Harmonies of #A380CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A380CD

Black with #A380CD

Text Example


Text Example

White with #A380CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A380CD; }

 p { color: rgb(163,128,205); }

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

background-color css

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

 a { background-color: rgb(163,128,205); }

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

border-color css

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

 span { border-color: rgb(163,128,205); }

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