Html Css Color HEX #A046CC Dark Orchid

📋 copy color: '#A046CC'

red 160 ◦ green 70 ◦ blue 204

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

Shades of Dark Orchid #A046CC

Tints of Dark Orchid #A046CC

RGB

 RED value IS 160 (62.89% from 255) = 36.87%

 GREEN value IS 70 (27.73% from 255) = 16.13%

 BLUE value IS 204 (80.08% from 255) = 47%

R = 36.87%
G = 16.13%
B = 47%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A046CC (or 0xA046CC) is known color: Dark Orchid. HEX triplet: A0, 46 and CC. RGB value is (160,70,204). Sum of RGB (Red+Green+Blue) = 160+70+204=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #A046CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A046CC is #5FB933. Grayscale: #6F6F6F. Windows color (decimal): -6273332 or 13387424. OLE color: 13387424.

HSL color Cylindrical-coordinate representation of color #A046CC: hue angle of 280.3º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A046CC is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 70 204 -
CMYK 0.22 0.66 0 0.2
HSL 280.3º 0.57% 0.54% -
HSV(B) 280.3º 0.66% 0.8% -
XYZ 27.59 16.21 58.8 -
YUV 112.19 179.82 162.1 -
System Red Green Blue C M Y K H S L
Decimal 160 70 204 0.22 0.66 0 0.2 280.3 0.57 0.54
Hex A0 46 CC 16 42 0 14 118 39 36
Octal 240 106 314 26 102 0 24 430 71 66
Binary 10100000 1000110 11001100 10110 1000010 0 10100 100011000 111001 110110

Color Harmonies of #A046CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A046CC

Black with #A046CC

Text Example


Text Example

White with #A046CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A046CC; }

 p { color: rgb(160,70,204); }

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

background-color css

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

 a { background-color: rgb(160,70,204); }

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

border-color css

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

 span { border-color: rgb(160,70,204); }

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