Html Css Color HEX #A33DDF Dark Orchid

📋 copy color: '#A33DDF'

red 163 ◦ green 61 ◦ blue 223

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

Shades of Dark Orchid #A33DDF

Tints of Dark Orchid #A33DDF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.65%

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

R = 36.47%
G = 13.65%
B = 49.89%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A33DDF (or 0xA33DDF) is known color: Dark Orchid. HEX triplet: A3, 3D and DF. RGB value is (163,61,223). Sum of RGB (Red+Green+Blue) = 163+61+223=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #A33DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33DDF is #5CC220. Grayscale: #6D6D6D. Windows color (decimal): -6079009 or 14630307. OLE color: 14630307.

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

Color convert

RGB 163 61 223 -
CMYK 0.27 0.73 0 0.13
HSL 277.78º 0.72% 0.56% -
HSV(B) 277.78º 0.73% 0.87% -
XYZ 30.09 16.45 71.4 -
YUV 109.97 191.79 165.83 -
System Red Green Blue C M Y K H S L
Decimal 163 61 223 0.27 0.73 0 0.13 277.78 0.72 0.56
Hex A3 3D DF 1B 49 0 D 116 48 38
Octal 243 75 337 33 111 0 15 426 110 70
Binary 10100011 111101 11011111 11011 1001001 0 1101 100010110 1001000 111000

Color Harmonies of #A33DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33DDF

Black with #A33DDF

Text Example


Text Example

White with #A33DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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