Html Css Color HEX #A383CC Cold Purple

📋 copy color: '#A383CC'

red 163 ◦ green 131 ◦ blue 204

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

Shades of Cold Purple #A383CC

Tints of Cold Purple #A383CC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.31%

 BLUE value IS 204 (80.08% from 255) = 40.96%

R = 32.73%
G = 26.31%
B = 40.96%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A383CC (or 0xA383CC) is known color: Cold Purple. HEX triplet: A3, 83 and CC. RGB value is (163,131,204). Sum of RGB (Red+Green+Blue) = 163+131+204=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #A383CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A383CC is #5C7C33. Grayscale: #949494. Windows color (decimal): -6061108 or 13403043. OLE color: 13403043.

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

Color convert

RGB 163 131 204 -
CMYK 0.20 0.36 0 0.2
HSL 266.3º 0.42% 0.66% -
HSV(B) 266.3º 0.36% 0.8% -
XYZ 34.12 28.38 60.81 -
YUV 148.89 159.1 138.06 -
System Red Green Blue C M Y K H S L
Decimal 163 131 204 0.20 0.36 0 0.2 266.3 0.42 0.66
Hex A3 83 CC 14 24 0 14 10A 2A 42
Octal 243 203 314 24 44 0 24 412 52 102
Binary 10100011 10000011 11001100 10100 100100 0 10100 100001010 101010 1000010

Color Harmonies of #A383CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A383CC

Black with #A383CC

Text Example


Text Example

White with #A383CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A383CC; }

 p { color: rgb(163,131,204); }

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

background-color css

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

 a { background-color: rgb(163,131,204); }

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

border-color css

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

 span { border-color: rgb(163,131,204); }

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