Html Css Color HEX #A837DC Dark Orchid

📋 copy color: '#A837DC'

red 168 ◦ green 55 ◦ blue 220

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

Shades of Dark Orchid #A837DC

Tints of Dark Orchid #A837DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 37.92%
G = 12.42%
B = 49.66%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A837DC (or 0xA837DC) is known color: Dark Orchid. HEX triplet: A8, 37 and DC. RGB value is (168,55,220). Sum of RGB (Red+Green+Blue) = 168+55+220=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 55 (21.88% from 255 or 12.42% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #A837DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A837DC is #57C823. Grayscale: #6B6B6B. Windows color (decimal): -5752868 or 14432168. OLE color: 14432168.

HSL color Cylindrical-coordinate representation of color #A837DC: hue angle of 281.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A837DC is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 55 220 -
CMYK 0.24 0.75 0 0.14
HSL 281.09º 0.7% 0.54% -
HSV(B) 281.09º 0.75% 0.86% -
XYZ 30.43 16.22 69.24 -
YUV 107.6 191.44 171.08 -
System Red Green Blue C M Y K H S L
Decimal 168 55 220 0.24 0.75 0 0.14 281.09 0.7 0.54
Hex A8 37 DC 18 4B 0 E 119 46 36
Octal 250 67 334 30 113 0 16 431 106 66
Binary 10101000 110111 11011100 11000 1001011 0 1110 100011001 1000110 110110

Color Harmonies of #A837DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A837DC

Black with #A837DC

Text Example


Text Example

White with #A837DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A837DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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