Html Css Color HEX #A380CF Cold Purple

📋 copy color: '#A380CF'

red 163 ◦ green 128 ◦ blue 207

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

Shades of Cold Purple #A380CF

Tints of Cold Purple #A380CF

RGB

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

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

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

R = 32.73%
G = 25.7%
B = 41.57%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A380CF (or 0xA380CF) is known color: Cold Purple. HEX triplet: A3, 80 and CF. RGB value is (163,128,207). Sum of RGB (Red+Green+Blue) = 163+128+207=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #A380CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A380CF is #5C7F30. Grayscale: #939393. Windows color (decimal): -6061873 or 13598883. OLE color: 13598883.

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

Color convert

RGB 163 128 207 -
CMYK 0.21 0.38 0 0.19
HSL 266.58º 0.45% 0.66% -
HSV(B) 266.58º 0.38% 0.81% -
XYZ 34.09 27.73 62.59 -
YUV 147.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 163 128 207 0.21 0.38 0 0.19 266.58 0.45 0.66
Hex A3 80 CF 15 26 0 13 10B 2D 42
Octal 243 200 317 25 46 0 23 413 55 102
Binary 10100011 10000000 11001111 10101 100110 0 10011 100001011 101101 1000010

Color Harmonies of #A380CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A380CF

Black with #A380CF

Text Example


Text Example

White with #A380CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A380CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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