Html Css Color HEX #A836BC Dark Orchid

📋 copy color: '#A836BC'

red 168 ◦ green 54 ◦ blue 188

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

Shades of Dark Orchid #A836BC

Tints of Dark Orchid #A836BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.85%

R = 40.98%
G = 13.17%
B = 45.85%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A836BC (or 0xA836BC) is known color: Dark Orchid. HEX triplet: A8, 36 and BC. RGB value is (168,54,188). Sum of RGB (Red+Green+Blue) = 168+54+188=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 54 (21.48% from 255 or 13.17% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #A836BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A836BC is #57C943. Grayscale: #666666. Windows color (decimal): -5753156 or 12334760. OLE color: 12334760.

HSL color Cylindrical-coordinate representation of color #A836BC: hue angle of 291.04º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A836BC is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 54 188 -
CMYK 0.11 0.71 0 0.26
HSL 291.04º 0.55% 0.47% -
HSV(B) 291.04º 0.71% 0.74% -
XYZ 26.54 14.59 48.99 -
YUV 103.36 175.77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 168 54 188 0.11 0.71 0 0.26 291.04 0.55 0.47
Hex A8 36 BC B 47 0 1A 123 37 2F
Octal 250 66 274 13 107 0 32 443 67 57
Binary 10101000 110110 10111100 1011 1000111 0 11010 100100011 110111 101111

Color Harmonies of #A836BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A836BC

Black with #A836BC

Text Example


Text Example

White with #A836BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A836BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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