Html Css Color HEX #A236DC Dark Orchid

📋 copy color: '#A236DC'

red 162 ◦ green 54 ◦ blue 220

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

Shades of Dark Orchid #A236DC

Tints of Dark Orchid #A236DC

RGB

 RED value IS 162 (63.67% from 255) = 37.16%

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

 BLUE value IS 220 (86.33% from 255) = 50.46%

R = 37.16%
G = 12.39%
B = 50.46%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A236DC (or 0xA236DC) is known color: Dark Orchid. HEX triplet: A2, 36 and DC. RGB value is (162,54,220). Sum of RGB (Red+Green+Blue) = 162+54+220=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #A236DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A236DC is #5DC923. Grayscale: #686868. Windows color (decimal): -6146340 or 14431906. OLE color: 14431906.

HSL color Cylindrical-coordinate representation of color #A236DC: hue angle of 279.04º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A236DC is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 54 220 -
CMYK 0.26 0.75 0 0.14
HSL 279.04º 0.7% 0.54% -
HSV(B) 279.04º 0.75% 0.86% -
XYZ 29.14 15.49 69.16 -
YUV 105.22 192.78 168.5 -
System Red Green Blue C M Y K H S L
Decimal 162 54 220 0.26 0.75 0 0.14 279.04 0.7 0.54
Hex A2 36 DC 1A 4B 0 E 117 46 36
Octal 242 66 334 32 113 0 16 427 106 66
Binary 10100010 110110 11011100 11010 1001011 0 1110 100010111 1000110 110110

Color Harmonies of #A236DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A236DC

Black with #A236DC

Text Example


Text Example

White with #A236DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A236DC; }

 p { color: rgb(162,54,220); }

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

background-color css

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

 a { background-color: rgb(162,54,220); }

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

border-color css

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

 span { border-color: rgb(162,54,220); }

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