Html Css Color HEX #A836CD Dark Orchid

📋 copy color: '#A836CD'

red 168 ◦ green 54 ◦ blue 205

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

Shades of Dark Orchid #A836CD

Tints of Dark Orchid #A836CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.01%

R = 39.34%
G = 12.65%
B = 48.01%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A836CD (or 0xA836CD) is known color: Dark Orchid. HEX triplet: A8, 36 and CD. RGB value is (168,54,205). Sum of RGB (Red+Green+Blue) = 168+54+205=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 54 (21.48% from 255 or 12.65% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #A836CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A836CD is #57C932. Grayscale: #686868. Windows color (decimal): -5753139 or 13448872. OLE color: 13448872.

HSL color Cylindrical-coordinate representation of color #A836CD: hue angle of 285.3º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A836CD is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 54 205 -
CMYK 0.18 0.74 0 0.20
HSL 285.3º 0.6% 0.51% -
HSV(B) 285.3º 0.74% 0.8% -
XYZ 28.49 15.37 59.22 -
YUV 105.3 184.27 172.72 -
System Red Green Blue C M Y K H S L
Decimal 168 54 205 0.18 0.74 0 0.20 285.3 0.6 0.51
Hex A8 36 CD 12 4A 0 14 11D 3C 33
Octal 250 66 315 22 112 0 24 435 74 63
Binary 10101000 110110 11001101 10010 1001010 0 10100 100011101 111100 110011

Color Harmonies of #A836CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A836CD

Black with #A836CD

Text Example


Text Example

White with #A836CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A836CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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