Html Css Color HEX #A33FDC Dark Orchid

📋 copy color: '#A33FDC'

red 163 ◦ green 63 ◦ blue 220

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

Shades of Dark Orchid #A33FDC

Tints of Dark Orchid #A33FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 14.13%

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

R = 36.55%
G = 14.13%
B = 49.33%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A33FDC (or 0xA33FDC) is known color: Dark Orchid. HEX triplet: A3, 3F and DC. RGB value is (163,63,220). Sum of RGB (Red+Green+Blue) = 163+63+220=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #A33FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33FDC is #5CC023. Grayscale: #6E6E6E. Windows color (decimal): -6078500 or 14434211. OLE color: 14434211.

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

Color convert

RGB 163 63 220 -
CMYK 0.26 0.71 0 0.14
HSL 278.22º 0.69% 0.55% -
HSV(B) 278.22º 0.71% 0.86% -
XYZ 29.8 16.51 69.33 -
YUV 110.8 189.63 165.23 -
System Red Green Blue C M Y K H S L
Decimal 163 63 220 0.26 0.71 0 0.14 278.22 0.69 0.55
Hex A3 3F DC 1A 47 0 E 116 45 37
Octal 243 77 334 32 107 0 16 426 105 67
Binary 10100011 111111 11011100 11010 1000111 0 1110 100010110 1000101 110111

Color Harmonies of #A33FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33FDC

Black with #A33FDC

Text Example


Text Example

White with #A33FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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