Html Css Color HEX #A319CC Dark Orchid

📋 copy color: '#A319CC'

red 163 ◦ green 25 ◦ blue 204

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

Shades of Dark Orchid #A319CC

Tints of Dark Orchid #A319CC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.38%

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

R = 41.58%
G = 6.38%
B = 52.04%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A319CC (or 0xA319CC) is known color: Dark Orchid. HEX triplet: A3, 19 and CC. RGB value is (163,25,204). Sum of RGB (Red+Green+Blue) = 163+25+204=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #A319CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A319CC is #5CE633. Grayscale: #565656. Windows color (decimal): -6088244 or 13375907. OLE color: 13375907.

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

Color convert

RGB 163 25 204 -
CMYK 0.20 0.88 0 0.2
HSL 286.26º 0.78% 0.45% -
HSV(B) 286.26º 0.88% 0.8% -
XYZ 26.35 12.84 58.22 -
YUV 86.67 194.22 182.45 -
System Red Green Blue C M Y K H S L
Decimal 163 25 204 0.20 0.88 0 0.2 286.26 0.78 0.45
Hex A3 19 CC 14 58 0 14 11E 4E 2D
Octal 243 31 314 24 130 0 24 436 116 55
Binary 10100011 11001 11001100 10100 1011000 0 10100 100011110 1001110 101101

Color Harmonies of #A319CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A319CC

Black with #A319CC

Text Example


Text Example

White with #A319CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A319CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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