Html Css Color HEX #A136CD Dark Orchid

📋 copy color: '#A136CD'

red 161 ◦ green 54 ◦ blue 205

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

Shades of Dark Orchid #A136CD

Tints of Dark Orchid #A136CD

RGB

 RED value IS 161 (63.28% from 255) = 38.33%

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

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

R = 38.33%
G = 12.86%
B = 48.81%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A136CD (or 0xA136CD) is known color: Dark Orchid. HEX triplet: A1, 36 and CD. RGB value is (161,54,205). Sum of RGB (Red+Green+Blue) = 161+54+205=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #A136CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A136CD is #5EC932. Grayscale: #666666. Windows color (decimal): -6211891 or 13448865. OLE color: 13448865.

HSL color Cylindrical-coordinate representation of color #A136CD: hue angle of 282.52º 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 #A136CD is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 54 205 -
CMYK 0.21 0.74 0 0.20
HSL 282.52º 0.6% 0.51% -
HSV(B) 282.52º 0.74% 0.8% -
XYZ 27.04 14.62 59.16 -
YUV 103.21 185.45 169.22 -
System Red Green Blue C M Y K H S L
Decimal 161 54 205 0.21 0.74 0 0.20 282.52 0.6 0.51
Hex A1 36 CD 15 4A 0 14 11B 3C 33
Octal 241 66 315 25 112 0 24 433 74 63
Binary 10100001 110110 11001101 10101 1001010 0 10100 100011011 111100 110011

Color Harmonies of #A136CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A136CD

Black with #A136CD

Text Example


Text Example

White with #A136CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A136CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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