Html Css Color HEX #A842EA Dark Orchid

📋 copy color: '#A842EA'

red 168 ◦ green 66 ◦ blue 234

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

Shades of Dark Orchid #A842EA

Tints of Dark Orchid #A842EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50%

R = 35.9%
G = 14.1%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A842EA (or 0xA842EA) is known color: Dark Orchid. HEX triplet: A8, 42 and EA. RGB value is (168,66,234). Sum of RGB (Red+Green+Blue) = 168+66+234=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #A842EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A842EA is #57BD15. Grayscale: #737373. Windows color (decimal): -5750038 or 15352488. OLE color: 15352488.

HSL color Cylindrical-coordinate representation of color #A842EA: hue angle of 276.43º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A842EA is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 66 234 -
CMYK 0.28 0.72 0 0.08
HSL 276.43º 0.8% 0.59% -
HSV(B) 276.43º 0.72% 0.92% -
XYZ 32.95 18.16 79.61 -
YUV 115.65 194.79 165.34 -
System Red Green Blue C M Y K H S L
Decimal 168 66 234 0.28 0.72 0 0.08 276.43 0.8 0.59
Hex A8 42 EA 1C 48 0 8 114 50 3B
Octal 250 102 352 34 110 0 10 424 120 73
Binary 10101000 1000010 11101010 11100 1001000 0 1000 100010100 1010000 111011

Color Harmonies of #A842EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A842EA

Black with #A842EA

Text Example


Text Example

White with #A842EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A842EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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