Html Css Color HEX #A836AE Dark Orchid

📋 copy color: '#A836AE'

red 168 ◦ green 54 ◦ blue 174

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

Shades of Dark Orchid #A836AE

Tints of Dark Orchid #A836AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.94%

R = 42.42%
G = 13.64%
B = 43.94%

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

#A836AE (or 0xA836AE) is known color: Dark Orchid. HEX triplet: A8, 36 and AE. RGB value is (168,54,174). Sum of RGB (Red+Green+Blue) = 168+54+174=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #A836AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A836AE is #57C951. Grayscale: #656565. Windows color (decimal): -5753170 or 11417256. OLE color: 11417256.

HSL color Cylindrical-coordinate representation of color #A836AE: hue angle of 297º degrees, saturation: 0.53, 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 #A836AE is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 54 174 -
CMYK 0.03 0.69 0 0.32
HSL 297º 0.53% 0.45% -
HSV(B) 297º 0.69% 0.68% -
XYZ 25.11 14.02 41.43 -
YUV 101.77 168.77 175.24 -
System Red Green Blue C M Y K H S L
Decimal 168 54 174 0.03 0.69 0 0.32 297 0.53 0.45
Hex A8 36 AE 3 45 0 20 129 35 2D
Octal 250 66 256 3 105 0 40 451 65 55
Binary 10101000 110110 10101110 11 1000101 0 100000 100101001 110101 101101

Color Harmonies of #A836AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A836AE

Black with #A836AE

Text Example


Text Example

White with #A836AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A836AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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