Html Css Color HEX #A837DE Dark Orchid

📋 copy color: '#A837DE'

red 168 ◦ green 55 ◦ blue 222

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

Shades of Dark Orchid #A837DE

Tints of Dark Orchid #A837DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.89%

R = 37.75%
G = 12.36%
B = 49.89%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A837DE (or 0xA837DE) is known color: Dark Orchid. HEX triplet: A8, 37 and DE. RGB value is (168,55,222). Sum of RGB (Red+Green+Blue) = 168+55+222=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 55 (21.88% from 255 or 12.36% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #A837DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A837DE is #57C821. Grayscale: #6B6B6B. Windows color (decimal): -5752866 or 14563240. OLE color: 14563240.

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

Color convert

RGB 168 55 222 -
CMYK 0.24 0.75 0 0.13
HSL 280.6º 0.72% 0.54% -
HSV(B) 280.6º 0.75% 0.87% -
XYZ 30.7 16.33 70.64 -
YUV 107.83 192.44 170.92 -
System Red Green Blue C M Y K H S L
Decimal 168 55 222 0.24 0.75 0 0.13 280.6 0.72 0.54
Hex A8 37 DE 18 4B 0 D 119 48 36
Octal 250 67 336 30 113 0 15 431 110 66
Binary 10101000 110111 11011110 11000 1001011 0 1101 100011001 1001000 110110

Color Harmonies of #A837DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A837DE

Black with #A837DE

Text Example


Text Example

White with #A837DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A837DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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