Html Css Color HEX #A336CE Dark Orchid

📋 copy color: '#A336CE'

red 163 ◦ green 54 ◦ blue 206

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

Shades of Dark Orchid #A336CE

Tints of Dark Orchid #A336CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 38.53%
G = 12.77%
B = 48.7%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A336CE (or 0xA336CE) is known color: Dark Orchid. HEX triplet: A3, 36 and CE. RGB value is (163,54,206). Sum of RGB (Red+Green+Blue) = 163+54+206=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #A336CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A336CE is #5CC931. Grayscale: #676767. Windows color (decimal): -6080818 or 13514403. OLE color: 13514403.

HSL color Cylindrical-coordinate representation of color #A336CE: hue angle of 283.03º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A336CE is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 54 206 -
CMYK 0.21 0.74 0 0.19
HSL 283.03º 0.61% 0.51% -
HSV(B) 283.03º 0.74% 0.81% -
XYZ 27.56 14.88 59.81 -
YUV 103.92 185.61 170.14 -
System Red Green Blue C M Y K H S L
Decimal 163 54 206 0.21 0.74 0 0.19 283.03 0.61 0.51
Hex A3 36 CE 15 4A 0 13 11B 3D 33
Octal 243 66 316 25 112 0 23 433 75 63
Binary 10100011 110110 11001110 10101 1001010 0 10011 100011011 111101 110011

Color Harmonies of #A336CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A336CE

Black with #A336CE

Text Example


Text Example

White with #A336CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A336CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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