Html Css Color HEX #A942EA Dark Orchid

📋 copy color: '#A942EA'

red 169 ◦ green 66 ◦ blue 234

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

Shades of Dark Orchid #A942EA

Tints of Dark Orchid #A942EA

RGB

 RED value IS 169 (66.41% from 255) = 36.03%

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

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

R = 36.03%
G = 14.07%
B = 49.89%

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

#A942EA (or 0xA942EA) is known color: Dark Orchid. HEX triplet: A9, 42 and EA. RGB value is (169,66,234). Sum of RGB (Red+Green+Blue) = 169+66+234=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 66 (26.17% from 255 or 14.07% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #A942EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A942EA is #56BD15. Grayscale: #737373. Windows color (decimal): -5684502 or 15352489. OLE color: 15352489.

HSL color Cylindrical-coordinate representation of color #A942EA: hue angle of 276.79º 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 #A942EA is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 66 234 -
CMYK 0.28 0.72 0 0.08
HSL 276.79º 0.8% 0.59% -
HSV(B) 276.79º 0.72% 0.92% -
XYZ 33.16 18.27 79.62 -
YUV 115.95 194.62 165.84 -
System Red Green Blue C M Y K H S L
Decimal 169 66 234 0.28 0.72 0 0.08 276.79 0.8 0.59
Hex A9 42 EA 1C 48 0 8 115 50 3B
Octal 251 102 352 34 110 0 10 425 120 73
Binary 10101001 1000010 11101010 11100 1001000 0 1000 100010101 1010000 111011

Color Harmonies of #A942EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A942EA

Black with #A942EA

Text Example


Text Example

White with #A942EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A942EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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