Html Css Color HEX #A382CB Cold Purple

📋 copy color: '#A382CB'

red 163 ◦ green 130 ◦ blue 203

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

Shades of Cold Purple #A382CB

Tints of Cold Purple #A382CB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.21%

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

R = 32.86%
G = 26.21%
B = 40.93%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A382CB (or 0xA382CB) is known color: Cold Purple. HEX triplet: A3, 82 and CB. RGB value is (163,130,203). Sum of RGB (Red+Green+Blue) = 163+130+203=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #A382CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A382CB is #5C7D34. Grayscale: #939393. Windows color (decimal): -6061365 or 13337251. OLE color: 13337251.

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

Color convert

RGB 163 130 203 -
CMYK 0.20 0.36 0 0.20
HSL 267.12º 0.41% 0.65% -
HSV(B) 267.12º 0.36% 0.8% -
XYZ 33.87 28.06 60.13 -
YUV 148.19 158.93 138.56 -
System Red Green Blue C M Y K H S L
Decimal 163 130 203 0.20 0.36 0 0.20 267.12 0.41 0.65
Hex A3 82 CB 14 24 0 14 10B 29 41
Octal 243 202 313 24 44 0 24 413 51 101
Binary 10100011 10000010 11001011 10100 100100 0 10100 100001011 101001 1000001

Color Harmonies of #A382CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A382CB

Black with #A382CB

Text Example


Text Example

White with #A382CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A382CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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