Html Css Color HEX #A836AD Dark Orchid

📋 copy color: '#A836AD'

red 168 ◦ green 54 ◦ blue 173

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

Shades of Dark Orchid #A836AD

Tints of Dark Orchid #A836AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.8%

R = 42.53%
G = 13.67%
B = 43.8%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A836AD (or 0xA836AD) is known color: Dark Orchid. HEX triplet: A8, 36 and AD. RGB value is (168,54,173). Sum of RGB (Red+Green+Blue) = 168+54+173=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #A836AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A836AD is #57C952. Grayscale: #656565. Windows color (decimal): -5753171 or 11351720. OLE color: 11351720.

HSL color Cylindrical-coordinate representation of color #A836AD: hue angle of 297.48º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A836AD is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 54 173 -
CMYK 0.03 0.69 0 0.32
HSL 297.48º 0.52% 0.45% -
HSV(B) 297.48º 0.69% 0.68% -
XYZ 25.01 13.98 40.92 -
YUV 101.65 168.27 175.32 -
System Red Green Blue C M Y K H S L
Decimal 168 54 173 0.03 0.69 0 0.32 297.48 0.52 0.45
Hex A8 36 AD 3 45 0 20 129 34 2D
Octal 250 66 255 3 105 0 40 451 64 55
Binary 10101000 110110 10101101 11 1000101 0 100000 100101001 110100 101101

Color Harmonies of #A836AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A836AD

Black with #A836AD

Text Example


Text Example

White with #A836AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A836AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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