Html Css Color HEX #A836BF Dark Orchid

📋 copy color: '#A836BF'

red 168 ◦ green 54 ◦ blue 191

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

Shades of Dark Orchid #A836BF

Tints of Dark Orchid #A836BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.25%

R = 40.68%
G = 13.08%
B = 46.25%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A836BF (or 0xA836BF) is known color: Dark Orchid. HEX triplet: A8, 36 and BF. RGB value is (168,54,191). Sum of RGB (Red+Green+Blue) = 168+54+191=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #A836BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A836BF is #57C940. Grayscale: #676767. Windows color (decimal): -5753153 or 12531368. OLE color: 12531368.

HSL color Cylindrical-coordinate representation of color #A836BF: hue angle of 289.93º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A836BF is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 54 191 -
CMYK 0.12 0.72 0 0.25
HSL 289.93º 0.56% 0.48% -
HSV(B) 289.93º 0.72% 0.75% -
XYZ 26.87 14.72 50.72 -
YUV 103.7 177.27 173.86 -
System Red Green Blue C M Y K H S L
Decimal 168 54 191 0.12 0.72 0 0.25 289.93 0.56 0.48
Hex A8 36 BF C 48 0 19 122 38 30
Octal 250 66 277 14 110 0 31 442 70 60
Binary 10101000 110110 10111111 1100 1001000 0 11001 100100010 111000 110000

Color Harmonies of #A836BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A836BF

Black with #A836BF

Text Example


Text Example

White with #A836BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A836BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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