Html Css Color HEX #A836DE Dark Orchid

📋 copy color: '#A836DE'

red 168 ◦ green 54 ◦ blue 222

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

Shades of Dark Orchid #A836DE

Tints of Dark Orchid #A836DE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.16%

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

R = 37.84%
G = 12.16%
B = 50%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A836DE (or 0xA836DE) is known color: Dark Orchid. HEX triplet: A8, 36 and DE. RGB value is (168,54,222). Sum of RGB (Red+Green+Blue) = 168+54+222=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 54 (21.48% from 255 or 12.16% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #A836DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A836DE is #57C921. Grayscale: #6A6A6A. Windows color (decimal): -5753122 or 14562984. OLE color: 14562984.

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

Color convert

RGB 168 54 222 -
CMYK 0.24 0.76 0 0.13
HSL 280.71º 0.72% 0.54% -
HSV(B) 280.71º 0.76% 0.87% -
XYZ 30.65 16.24 70.63 -
YUV 107.24 192.77 171.34 -
System Red Green Blue C M Y K H S L
Decimal 168 54 222 0.24 0.76 0 0.13 280.71 0.72 0.54
Hex A8 36 DE 18 4C 0 D 119 48 36
Octal 250 66 336 30 114 0 15 431 110 66
Binary 10101000 110110 11011110 11000 1001100 0 1101 100011001 1001000 110110

Color Harmonies of #A836DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A836DE

Black with #A836DE

Text Example


Text Example

White with #A836DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A836DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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