Html Css Color HEX #A380CA Cold Purple

📋 copy color: '#A380CA'

red 163 ◦ green 128 ◦ blue 202

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

Shades of Cold Purple #A380CA

Tints of Cold Purple #A380CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.97%

R = 33.06%
G = 25.96%
B = 40.97%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A380CA (or 0xA380CA) is known color: Cold Purple. HEX triplet: A3, 80 and CA. RGB value is (163,128,202). Sum of RGB (Red+Green+Blue) = 163+128+202=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #A380CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A380CA is #5C7F35. Grayscale: #929292. Windows color (decimal): -6061878 or 13271203. OLE color: 13271203.

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

Color convert

RGB 163 128 202 -
CMYK 0.19 0.37 0 0.21
HSL 268.38º 0.41% 0.65% -
HSV(B) 268.38º 0.37% 0.79% -
XYZ 33.48 27.49 59.42 -
YUV 146.9 159.1 139.48 -
System Red Green Blue C M Y K H S L
Decimal 163 128 202 0.19 0.37 0 0.21 268.38 0.41 0.65
Hex A3 80 CA 13 25 0 15 10C 29 41
Octal 243 200 312 23 45 0 25 414 51 101
Binary 10100011 10000000 11001010 10011 100101 0 10101 100001100 101001 1000001

Color Harmonies of #A380CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A380CA

Black with #A380CA

Text Example


Text Example

White with #A380CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A380CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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