Html Css Color HEX #A33CDD Dark Orchid

📋 copy color: '#A33CDD'

red 163 ◦ green 60 ◦ blue 221

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

Shades of Dark Orchid #A33CDD

Tints of Dark Orchid #A33CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.51%

 BLUE value IS 221 (86.72% from 255) = 49.77%

R = 36.71%
G = 13.51%
B = 49.77%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A33CDD (or 0xA33CDD) is known color: Dark Orchid. HEX triplet: A3, 3C and DD. RGB value is (163,60,221). Sum of RGB (Red+Green+Blue) = 163+60+221=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #A33CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33CDD is #5CC322. Grayscale: #6C6C6C. Windows color (decimal): -6079267 or 14498979. OLE color: 14498979.

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

Color convert

RGB 163 60 221 -
CMYK 0.26 0.73 0 0.13
HSL 278.39º 0.7% 0.55% -
HSV(B) 278.39º 0.73% 0.87% -
XYZ 29.77 16.24 69.97 -
YUV 109.15 191.12 166.41 -
System Red Green Blue C M Y K H S L
Decimal 163 60 221 0.26 0.73 0 0.13 278.39 0.7 0.55
Hex A3 3C DD 1A 49 0 D 116 46 37
Octal 243 74 335 32 111 0 15 426 106 67
Binary 10100011 111100 11011101 11010 1001001 0 1101 100010110 1000110 110111

Color Harmonies of #A33CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33CDD

Black with #A33CDD

Text Example


Text Example

White with #A33CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33CDD; }

 p { color: rgb(163,60,221); }

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

background-color css

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

 a { background-color: rgb(163,60,221); }

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

border-color css

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

 span { border-color: rgb(163,60,221); }

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