Html Css Color HEX #A42ECE Dark Orchid

📋 copy color: '#A42ECE'

red 164 ◦ green 46 ◦ blue 206

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

Shades of Dark Orchid #A42ECE

Tints of Dark Orchid #A42ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 39.42%
G = 11.06%
B = 49.52%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A42ECE (or 0xA42ECE) is known color: Dark Orchid. HEX triplet: A4, 2E and CE. RGB value is (164,46,206). Sum of RGB (Red+Green+Blue) = 164+46+206=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 46 (18.36% from 255 or 11.06% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #A42ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42ECE is #5BD131. Grayscale: #626262. Windows color (decimal): -6017330 or 13512356. OLE color: 13512356.

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

Color convert

RGB 164 46 206 -
CMYK 0.20 0.78 0 0.19
HSL 284.25º 0.63% 0.49% -
HSV(B) 284.25º 0.78% 0.81% -
XYZ 27.43 14.3 59.71 -
YUV 99.52 188.09 173.99 -
System Red Green Blue C M Y K H S L
Decimal 164 46 206 0.20 0.78 0 0.19 284.25 0.63 0.49
Hex A4 2E CE 14 4E 0 13 11C 3F 31
Octal 244 56 316 24 116 0 23 434 77 61
Binary 10100100 101110 11001110 10100 1001110 0 10011 100011100 111111 110001

Color Harmonies of #A42ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42ECE

Black with #A42ECE

Text Example


Text Example

White with #A42ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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