Html Css Color HEX #A336BD Dark Orchid

📋 copy color: '#A336BD'

red 163 ◦ green 54 ◦ blue 189

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

Shades of Dark Orchid #A336BD

Tints of Dark Orchid #A336BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.55%

R = 40.15%
G = 13.3%
B = 46.55%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A336BD (or 0xA336BD) is known color: Dark Orchid. HEX triplet: A3, 36 and BD. RGB value is (163,54,189). Sum of RGB (Red+Green+Blue) = 163+54+189=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #A336BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A336BD is #5CC942. Grayscale: #656565. Windows color (decimal): -6080835 or 12400291. OLE color: 12400291.

HSL color Cylindrical-coordinate representation of color #A336BD: hue angle of 288.44º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A336BD is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 54 189 -
CMYK 0.14 0.71 0 0.26
HSL 288.44º 0.56% 0.48% -
HSV(B) 288.44º 0.71% 0.74% -
XYZ 25.61 14.1 49.52 -
YUV 101.98 177.11 171.52 -
System Red Green Blue C M Y K H S L
Decimal 163 54 189 0.14 0.71 0 0.26 288.44 0.56 0.48
Hex A3 36 BD E 47 0 1A 120 38 30
Octal 243 66 275 16 107 0 32 440 70 60
Binary 10100011 110110 10111101 1110 1000111 0 11010 100100000 111000 110000

Color Harmonies of #A336BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A336BD

Black with #A336BD

Text Example


Text Example

White with #A336BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A336BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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