Html Css Color HEX #A837EA Dark Orchid

📋 copy color: '#A837EA'

red 168 ◦ green 55 ◦ blue 234

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

Shades of Dark Orchid #A837EA

Tints of Dark Orchid #A837EA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.04%

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

R = 36.76%
G = 12.04%
B = 51.2%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A837EA (or 0xA837EA) is known color: Dark Orchid. HEX triplet: A8, 37 and EA. RGB value is (168,55,234). Sum of RGB (Red+Green+Blue) = 168+55+234=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 55 (21.88% from 255 or 12.04% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #A837EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A837EA is #57C815. Grayscale: #6C6C6C. Windows color (decimal): -5752854 or 15349672. OLE color: 15349672.

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

Color convert

RGB 168 55 234 -
CMYK 0.28 0.76 0 0.08
HSL 277.88º 0.81% 0.57% -
HSV(B) 277.88º 0.76% 0.92% -
XYZ 32.37 17 79.42 -
YUV 109.19 198.44 169.95 -
System Red Green Blue C M Y K H S L
Decimal 168 55 234 0.28 0.76 0 0.08 277.88 0.81 0.57
Hex A8 37 EA 1C 4C 0 8 116 51 39
Octal 250 67 352 34 114 0 10 426 121 71
Binary 10101000 110111 11101010 11100 1001100 0 1000 100010110 1010001 111001

Color Harmonies of #A837EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A837EA

Black with #A837EA

Text Example


Text Example

White with #A837EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A837EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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