Html Css Color HEX #A842EC Dark Orchid

📋 copy color: '#A842EC'

red 168 ◦ green 66 ◦ blue 236

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

Shades of Dark Orchid #A842EC

Tints of Dark Orchid #A842EC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.04%

 BLUE value IS 236 (92.58% from 255) = 50.21%

R = 35.74%
G = 14.04%
B = 50.21%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A842EC (or 0xA842EC) is known color: Dark Orchid. HEX triplet: A8, 42 and EC. RGB value is (168,66,236). Sum of RGB (Red+Green+Blue) = 168+66+236=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #A842EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A842EC is #57BD13. Grayscale: #737373. Windows color (decimal): -5750036 or 15483560. OLE color: 15483560.

HSL color Cylindrical-coordinate representation of color #A842EC: hue angle of 276º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A842EC is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 66 236 -
CMYK 0.29 0.72 0 0.07
HSL 276º 0.82% 0.59% -
HSV(B) 276º 0.72% 0.93% -
XYZ 33.24 18.28 81.13 -
YUV 115.88 195.79 165.18 -
System Red Green Blue C M Y K H S L
Decimal 168 66 236 0.29 0.72 0 0.07 276 0.82 0.59
Hex A8 42 EC 1D 48 0 7 114 52 3B
Octal 250 102 354 35 110 0 7 424 122 73
Binary 10101000 1000010 11101100 11101 1001000 0 111 100010100 1010010 111011

Color Harmonies of #A842EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A842EC

Black with #A842EC

Text Example


Text Example

White with #A842EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A842EC; }

 p { color: rgb(168,66,236); }

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

background-color css

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

 a { background-color: rgb(168,66,236); }

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

border-color css

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

 span { border-color: rgb(168,66,236); }

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