Html Css Color HEX #A336DC Dark Orchid

📋 copy color: '#A336DC'

red 163 ◦ green 54 ◦ blue 220

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

Shades of Dark Orchid #A336DC

Tints of Dark Orchid #A336DC

RGB

 RED value IS 163 (64.06% from 255) = 37.3%

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

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

R = 37.3%
G = 12.36%
B = 50.34%

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

#A336DC (or 0xA336DC) is known color: Dark Orchid. HEX triplet: A3, 36 and DC. RGB value is (163,54,220). Sum of RGB (Red+Green+Blue) = 163+54+220=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 54 (21.48% from 255 or 12.36% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #A336DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A336DC is #5CC923. Grayscale: #686868. Windows color (decimal): -6080804 or 14431907. OLE color: 14431907.

HSL color Cylindrical-coordinate representation of color #A336DC: hue angle of 279.4º 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 #A336DC is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 54 220 -
CMYK 0.26 0.75 0 0.14
HSL 279.4º 0.7% 0.54% -
HSV(B) 279.4º 0.75% 0.86% -
XYZ 29.34 15.59 69.17 -
YUV 105.52 192.61 169 -
System Red Green Blue C M Y K H S L
Decimal 163 54 220 0.26 0.75 0 0.14 279.4 0.7 0.54
Hex A3 36 DC 1A 4B 0 E 117 46 36
Octal 243 66 334 32 113 0 16 427 106 66
Binary 10100011 110110 11011100 11010 1001011 0 1110 100010111 1000110 110110

Color Harmonies of #A336DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A336DC

Black with #A336DC

Text Example


Text Example

White with #A336DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A336DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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