Html Css Color HEX #A380CB Cold Purple

📋 copy color: '#A380CB'

red 163 ◦ green 128 ◦ blue 203

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

Shades of Cold Purple #A380CB

Tints of Cold Purple #A380CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.09%

R = 33%
G = 25.91%
B = 41.09%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A380CB (or 0xA380CB) is known color: Cold Purple. HEX triplet: A3, 80 and CB. RGB value is (163,128,203). Sum of RGB (Red+Green+Blue) = 163+128+203=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #A380CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A380CB is #5C7F34. Grayscale: #929292. Windows color (decimal): -6061877 or 13336739. OLE color: 13336739.

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

Color convert

RGB 163 128 203 -
CMYK 0.20 0.37 0 0.20
HSL 268º 0.42% 0.65% -
HSV(B) 268º 0.37% 0.8% -
XYZ 33.6 27.54 60.04 -
YUV 147.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 163 128 203 0.20 0.37 0 0.20 268 0.42 0.65
Hex A3 80 CB 14 25 0 14 10C 2A 41
Octal 243 200 313 24 45 0 24 414 52 101
Binary 10100011 10000000 11001011 10100 100101 0 10100 100001100 101010 1000001

Color Harmonies of #A380CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A380CB

Black with #A380CB

Text Example


Text Example

White with #A380CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A380CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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