Html Css Color HEX #A42ECC Dark Orchid

📋 copy color: '#A42ECC'

red 164 ◦ green 46 ◦ blue 204

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

Shades of Dark Orchid #A42ECC

Tints of Dark Orchid #A42ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.11%

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

R = 39.61%
G = 11.11%
B = 49.28%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A42ECC (or 0xA42ECC) is known color: Dark Orchid. HEX triplet: A4, 2E and CC. RGB value is (164,46,204). Sum of RGB (Red+Green+Blue) = 164+46+204=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #A42ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42ECC is #5BD133. Grayscale: #626262. Windows color (decimal): -6017332 or 13381284. OLE color: 13381284.

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

Color convert

RGB 164 46 204 -
CMYK 0.20 0.77 0 0.2
HSL 284.81º 0.63% 0.49% -
HSV(B) 284.81º 0.77% 0.8% -
XYZ 27.19 14.21 58.44 -
YUV 99.29 187.09 174.15 -
System Red Green Blue C M Y K H S L
Decimal 164 46 204 0.20 0.77 0 0.2 284.81 0.63 0.49
Hex A4 2E CC 14 4D 0 14 11D 3F 31
Octal 244 56 314 24 115 0 24 435 77 61
Binary 10100100 101110 11001100 10100 1001101 0 10100 100011101 111111 110001

Color Harmonies of #A42ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42ECC

Black with #A42ECC

Text Example


Text Example

White with #A42ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42ECC; }

 p { color: rgb(164,46,204); }

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

background-color css

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

 a { background-color: rgb(164,46,204); }

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

border-color css

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

 span { border-color: rgb(164,46,204); }

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