Html Css Color HEX #A330DD Dark Orchid

📋 copy color: '#A330DD'

red 163 ◦ green 48 ◦ blue 221

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

Shades of Dark Orchid #A330DD

Tints of Dark Orchid #A330DD

RGB

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

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

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

R = 37.73%
G = 11.11%
B = 51.16%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A330DD (or 0xA330DD) is known color: Dark Orchid. HEX triplet: A3, 30 and DD. RGB value is (163,48,221). Sum of RGB (Red+Green+Blue) = 163+48+221=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #A330DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A330DD is #5CCF22. Grayscale: #656565. Windows color (decimal): -6082339 or 14495907. OLE color: 14495907.

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

Color convert

RGB 163 48 221 -
CMYK 0.26 0.78 0 0.13
HSL 279.88º 0.72% 0.53% -
HSV(B) 279.88º 0.78% 0.87% -
XYZ 29.21 15.12 69.79 -
YUV 102.11 195.1 171.43 -
System Red Green Blue C M Y K H S L
Decimal 163 48 221 0.26 0.78 0 0.13 279.88 0.72 0.53
Hex A3 30 DD 1A 4E 0 D 118 48 35
Octal 243 60 335 32 116 0 15 430 110 65
Binary 10100011 110000 11011101 11010 1001110 0 1101 100011000 1001000 110101

Color Harmonies of #A330DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A330DD

Black with #A330DD

Text Example


Text Example

White with #A330DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A330DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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