Html Css Color HEX #A336DF Dark Orchid

📋 copy color: '#A336DF'

red 163 ◦ green 54 ◦ blue 223

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

Shades of Dark Orchid #A336DF

Tints of Dark Orchid #A336DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 37.05%
G = 12.27%
B = 50.68%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A336DF (or 0xA336DF) is known color: Dark Orchid. HEX triplet: A3, 36 and DF. RGB value is (163,54,223). Sum of RGB (Red+Green+Blue) = 163+54+223=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 54 (21.48% from 255 or 12.27% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #A336DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A336DF is #5CC920. Grayscale: #696969. Windows color (decimal): -6080801 or 14628515. OLE color: 14628515.

HSL color Cylindrical-coordinate representation of color #A336DF: hue angle of 278.7º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A336DF is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 54 223 -
CMYK 0.27 0.76 0 0.13
HSL 278.7º 0.73% 0.54% -
HSV(B) 278.7º 0.76% 0.87% -
XYZ 29.74 15.75 71.28 -
YUV 105.86 194.11 168.76 -
System Red Green Blue C M Y K H S L
Decimal 163 54 223 0.27 0.76 0 0.13 278.7 0.73 0.54
Hex A3 36 DF 1B 4C 0 D 117 49 36
Octal 243 66 337 33 114 0 15 427 111 66
Binary 10100011 110110 11011111 11011 1001100 0 1101 100010111 1001001 110110

Color Harmonies of #A336DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A336DF

Black with #A336DF

Text Example


Text Example

White with #A336DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A336DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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