Html Css Color HEX #A330AC Dark Orchid

📋 copy color: '#A330AC'

red 163 ◦ green 48 ◦ blue 172

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

Shades of Dark Orchid #A330AC

Tints of Dark Orchid #A330AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.91%

R = 42.56%
G = 12.53%
B = 44.91%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A330AC (or 0xA330AC) is known color: Dark Orchid. HEX triplet: A3, 30 and AC. RGB value is (163,48,172). Sum of RGB (Red+Green+Blue) = 163+48+172=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #A330AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A330AC is #5CCF53. Grayscale: #606060. Windows color (decimal): -6082388 or 11284643. OLE color: 11284643.

HSL color Cylindrical-coordinate representation of color #A330AC: hue angle of 295.65º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A330AC is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 48 172 -
CMYK 0.05 0.72 0 0.33
HSL 295.65º 0.56% 0.43% -
HSV(B) 295.65º 0.72% 0.67% -
XYZ 23.61 12.88 40.27 -
YUV 96.52 170.6 175.42 -
System Red Green Blue C M Y K H S L
Decimal 163 48 172 0.05 0.72 0 0.33 295.65 0.56 0.43
Hex A3 30 AC 5 48 0 21 128 38 2B
Octal 243 60 254 5 110 0 41 450 70 53
Binary 10100011 110000 10101100 101 1001000 0 100001 100101000 111000 101011

Color Harmonies of #A330AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A330AC

Black with #A330AC

Text Example


Text Example

White with #A330AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A330AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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