Html Css Color HEX #A819CC Dark Orchid

📋 copy color: '#A819CC'

red 168 ◦ green 25 ◦ blue 204

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

Shades of Dark Orchid #A819CC

Tints of Dark Orchid #A819CC

RGB

 RED value IS 168 (66.02% from 255) = 42.32%

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

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

R = 42.32%
G = 6.3%
B = 51.39%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A819CC (or 0xA819CC) is known color: Dark Orchid. HEX triplet: A8, 19 and CC. RGB value is (168,25,204). Sum of RGB (Red+Green+Blue) = 168+25+204=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #A819CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A819CC is #57E633. Grayscale: #575757. Windows color (decimal): -5760564 or 13375912. OLE color: 13375912.

HSL color Cylindrical-coordinate representation of color #A819CC: hue angle of 287.93º 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 #A819CC is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 25 204 -
CMYK 0.18 0.88 0 0.2
HSL 287.93º 0.78% 0.45% -
HSV(B) 287.93º 0.88% 0.8% -
XYZ 27.4 13.38 58.27 -
YUV 88.16 193.38 184.95 -
System Red Green Blue C M Y K H S L
Decimal 168 25 204 0.18 0.88 0 0.2 287.93 0.78 0.45
Hex A8 19 CC 12 58 0 14 120 4E 2D
Octal 250 31 314 22 130 0 24 440 116 55
Binary 10101000 11001 11001100 10010 1011000 0 10100 100100000 1001110 101101

Color Harmonies of #A819CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819CC

Black with #A819CC

Text Example


Text Example

White with #A819CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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