Html Css Color HEX #A330AE Dark Orchid

📋 copy color: '#A330AE'

red 163 ◦ green 48 ◦ blue 174

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

Shades of Dark Orchid #A330AE

Tints of Dark Orchid #A330AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.19%

R = 42.34%
G = 12.47%
B = 45.19%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A330AE (or 0xA330AE) is known color: Dark Orchid. HEX triplet: A3, 30 and AE. RGB value is (163,48,174). Sum of RGB (Red+Green+Blue) = 163+48+174=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #A330AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A330AE is #5CCF51. Grayscale: #606060. Windows color (decimal): -6082386 or 11415715. OLE color: 11415715.

HSL color Cylindrical-coordinate representation of color #A330AE: hue angle of 294.76º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A330AE is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 48 174 -
CMYK 0.06 0.72 0 0.32
HSL 294.76º 0.57% 0.44% -
HSV(B) 294.76º 0.72% 0.68% -
XYZ 23.8 12.96 41.29 -
YUV 96.75 171.6 175.25 -
System Red Green Blue C M Y K H S L
Decimal 163 48 174 0.06 0.72 0 0.32 294.76 0.57 0.44
Hex A3 30 AE 6 48 0 20 127 39 2C
Octal 243 60 256 6 110 0 40 447 71 54
Binary 10100011 110000 10101110 110 1001000 0 100000 100100111 111001 101100

Color Harmonies of #A330AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A330AE

Black with #A330AE

Text Example


Text Example

White with #A330AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A330AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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