Html Css Color HEX #A836DD Dark Orchid

📋 copy color: '#A836DD'

red 168 ◦ green 54 ◦ blue 221

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

Shades of Dark Orchid #A836DD

Tints of Dark Orchid #A836DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.89%

R = 37.92%
G = 12.19%
B = 49.89%

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

#A836DD (or 0xA836DD) is known color: Dark Orchid. HEX triplet: A8, 36 and DD. RGB value is (168,54,221). Sum of RGB (Red+Green+Blue) = 168+54+221=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #A836DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A836DD is #57C922. Grayscale: #6A6A6A. Windows color (decimal): -5753123 or 14497448. OLE color: 14497448.

HSL color Cylindrical-coordinate representation of color #A836DD: hue angle of 280.96º degrees, saturation: 0.71, 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 #A836DD is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 54 221 -
CMYK 0.24 0.76 0 0.13
HSL 280.96º 0.71% 0.54% -
HSV(B) 280.96º 0.76% 0.87% -
XYZ 30.52 16.18 69.92 -
YUV 107.12 192.27 171.42 -
System Red Green Blue C M Y K H S L
Decimal 168 54 221 0.24 0.76 0 0.13 280.96 0.71 0.54
Hex A8 36 DD 18 4C 0 D 119 47 36
Octal 250 66 335 30 114 0 15 431 107 66
Binary 10101000 110110 11011101 11000 1001100 0 1101 100011001 1000111 110110

Color Harmonies of #A836DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A836DD

Black with #A836DD

Text Example


Text Example

White with #A836DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A836DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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