Html Css Color HEX #A42AC0 Dark Orchid

📋 copy color: '#A42AC0'

red 164 ◦ green 42 ◦ blue 192

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

Shades of Dark Orchid #A42AC0

Tints of Dark Orchid #A42AC0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.55%

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

R = 41.21%
G = 10.55%
B = 48.24%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A42AC0 (or 0xA42AC0) is known color: Dark Orchid. HEX triplet: A4, 2A and C0. RGB value is (164,42,192). Sum of RGB (Red+Green+Blue) = 164+42+192=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 42 (16.80% from 255 or 10.55% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #A42AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42AC0 is #5BD53F. Grayscale: #5F5F5F. Windows color (decimal): -6018368 or 12593828. OLE color: 12593828.

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

Color convert

RGB 164 42 192 -
CMYK 0.15 0.78 0 0.25
HSL 288.8º 0.64% 0.46% -
HSV(B) 288.8º 0.78% 0.75% -
XYZ 25.65 13.35 51.09 -
YUV 95.58 182.42 176.8 -
System Red Green Blue C M Y K H S L
Decimal 164 42 192 0.15 0.78 0 0.25 288.8 0.64 0.46
Hex A4 2A C0 F 4E 0 19 121 40 2E
Octal 244 52 300 17 116 0 31 441 100 56
Binary 10100100 101010 11000000 1111 1001110 0 11001 100100001 1000000 101110

Color Harmonies of #A42AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42AC0

Black with #A42AC0

Text Example


Text Example

White with #A42AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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