Html Css Color HEX #A330DC Dark Orchid

📋 copy color: '#A330DC'

red 163 ◦ green 48 ◦ blue 220

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

Shades of Dark Orchid #A330DC

Tints of Dark Orchid #A330DC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.14%

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

R = 37.82%
G = 11.14%
B = 51.04%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A330DC (or 0xA330DC) is known color: Dark Orchid. HEX triplet: A3, 30 and DC. RGB value is (163,48,220). Sum of RGB (Red+Green+Blue) = 163+48+220=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #A330DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A330DC is #5CCF23. Grayscale: #656565. Windows color (decimal): -6082340 or 14430371. OLE color: 14430371.

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

Color convert

RGB 163 48 220 -
CMYK 0.26 0.78 0 0.14
HSL 280.12º 0.71% 0.53% -
HSV(B) 280.12º 0.78% 0.86% -
XYZ 29.08 15.07 69.09 -
YUV 101.99 194.6 171.51 -
System Red Green Blue C M Y K H S L
Decimal 163 48 220 0.26 0.78 0 0.14 280.12 0.71 0.53
Hex A3 30 DC 1A 4E 0 E 118 47 35
Octal 243 60 334 32 116 0 16 430 107 65
Binary 10100011 110000 11011100 11010 1001110 0 1110 100011000 1000111 110101

Color Harmonies of #A330DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A330DC

Black with #A330DC

Text Example


Text Example

White with #A330DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A330DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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