Html Css Color HEX #A842E9 Dark Orchid

📋 copy color: '#A842E9'

red 168 ◦ green 66 ◦ blue 233

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

Shades of Dark Orchid #A842E9

Tints of Dark Orchid #A842E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 49.89%

R = 35.97%
G = 14.13%
B = 49.89%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A842E9 (or 0xA842E9) is known color: Dark Orchid. HEX triplet: A8, 42 and E9. RGB value is (168,66,233). Sum of RGB (Red+Green+Blue) = 168+66+233=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 233 (91.41% from 255 or 49.89% from 467); Max value from RGB is 233 - color contains mainly: blue. Hex color #A842E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A842E9 is #57BD16. Grayscale: #727272. Windows color (decimal): -5750039 or 15286952. OLE color: 15286952.

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

Color convert

RGB 168 66 233 -
CMYK 0.28 0.72 0 0.09
HSL 276.65º 0.79% 0.59% -
HSV(B) 276.65º 0.72% 0.91% -
XYZ 32.8 18.1 78.86 -
YUV 115.54 194.29 165.42 -
System Red Green Blue C M Y K H S L
Decimal 168 66 233 0.28 0.72 0 0.09 276.65 0.79 0.59
Hex A8 42 E9 1C 48 0 9 115 4F 3B
Octal 250 102 351 34 110 0 11 425 117 73
Binary 10101000 1000010 11101001 11100 1001000 0 1001 100010101 1001111 111011

Color Harmonies of #A842E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A842E9

Black with #A842E9

Text Example


Text Example

White with #A842E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A842E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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