Html Css Color HEX #A33ADC Dark Orchid

📋 copy color: '#A33ADC'

red 163 ◦ green 58 ◦ blue 220

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

Shades of Dark Orchid #A33ADC

Tints of Dark Orchid #A33ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.15%

 BLUE value IS 220 (86.33% from 255) = 49.89%

R = 36.96%
G = 13.15%
B = 49.89%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A33ADC (or 0xA33ADC) is known color: Dark Orchid. HEX triplet: A3, 3A and DC. RGB value is (163,58,220). Sum of RGB (Red+Green+Blue) = 163+58+220=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #A33ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33ADC is #5CC523. Grayscale: #6B6B6B. Windows color (decimal): -6079780 or 14432931. OLE color: 14432931.

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

Color convert

RGB 163 58 220 -
CMYK 0.26 0.74 0 0.14
HSL 278.89º 0.7% 0.55% -
HSV(B) 278.89º 0.74% 0.86% -
XYZ 29.54 15.98 69.24 -
YUV 107.86 191.29 167.33 -
System Red Green Blue C M Y K H S L
Decimal 163 58 220 0.26 0.74 0 0.14 278.89 0.7 0.55
Hex A3 3A DC 1A 4A 0 E 117 46 37
Octal 243 72 334 32 112 0 16 427 106 67
Binary 10100011 111010 11011100 11010 1001010 0 1110 100010111 1000110 110111

Color Harmonies of #A33ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33ADC

Black with #A33ADC

Text Example


Text Example

White with #A33ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33ADC; }

 p { color: rgb(163,58,220); }

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

background-color css

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

 a { background-color: rgb(163,58,220); }

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

border-color css

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

 span { border-color: rgb(163,58,220); }

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