Html Css Color HEX #A422C0 Dark Orchid

📋 copy color: '#A422C0'

red 164 ◦ green 34 ◦ blue 192

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

Shades of Dark Orchid #A422C0

Tints of Dark Orchid #A422C0

RGB

 RED value IS 164 (64.45% from 255) = 42.05%

 GREEN value IS 34 (13.67% from 255) = 8.72%

 BLUE value IS 192 (75.39% from 255) = 49.23%

R = 42.05%
G = 8.72%
B = 49.23%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A422C0 (or 0xA422C0) is known color: Dark Orchid. HEX triplet: A4, 22 and C0. RGB value is (164,34,192). Sum of RGB (Red+Green+Blue) = 164+34+192=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 34 (13.67% from 255 or 8.72% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #A422C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A422C0 is #5BDD3F. Grayscale: #5A5A5A. Windows color (decimal): -6020416 or 12591780. OLE color: 12591780.

HSL color Cylindrical-coordinate representation of color #A422C0: hue angle of 289.37º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A422C0 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 34 192 -
CMYK 0.15 0.82 0 0.25
HSL 289.37º 0.7% 0.44% -
HSV(B) 289.37º 0.82% 0.75% -
XYZ 25.4 12.84 51.01 -
YUV 90.88 185.07 180.15 -
System Red Green Blue C M Y K H S L
Decimal 164 34 192 0.15 0.82 0 0.25 289.37 0.7 0.44
Hex A4 22 C0 F 52 0 19 121 46 2C
Octal 244 42 300 17 122 0 31 441 106 54
Binary 10100100 100010 11000000 1111 1010010 0 11001 100100001 1000110 101100

Color Harmonies of #A422C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A422C0

Black with #A422C0

Text Example


Text Example

White with #A422C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A422C0; }

 p { color: rgb(164,34,192); }

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

background-color css

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

 a { background-color: rgb(164,34,192); }

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

border-color css

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

 span { border-color: rgb(164,34,192); }

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