Html Css Color HEX #A046E4 Dark Orchid

📋 copy color: '#A046E4'

red 160 ◦ green 70 ◦ blue 228

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

Shades of Dark Orchid #A046E4

Tints of Dark Orchid #A046E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 49.78%

R = 34.93%
G = 15.28%
B = 49.78%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A046E4 (or 0xA046E4) is known color: Dark Orchid. HEX triplet: A0, 46 and E4. RGB value is (160,70,228). Sum of RGB (Red+Green+Blue) = 160+70+228=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 228 (89.45% from 255 or 49.78% from 458); Max value from RGB is 228 - color contains mainly: blue. Hex color #A046E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A046E4 is #5FB91B. Grayscale: #727272. Windows color (decimal): -6273308 or 14960288. OLE color: 14960288.

HSL color Cylindrical-coordinate representation of color #A046E4: hue angle of 274.18º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A046E4 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 70 228 -
CMYK 0.30 0.69 0 0.11
HSL 274.18º 0.75% 0.58% -
HSV(B) 274.18º 0.69% 0.89% -
XYZ 30.69 17.46 75.15 -
YUV 114.92 191.82 160.15 -
System Red Green Blue C M Y K H S L
Decimal 160 70 228 0.30 0.69 0 0.11 274.18 0.75 0.58
Hex A0 46 E4 1E 45 0 B 112 4B 3A
Octal 240 106 344 36 105 0 13 422 113 72
Binary 10100000 1000110 11100100 11110 1000101 0 1011 100010010 1001011 111010

Color Harmonies of #A046E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A046E4

Black with #A046E4

Text Example


Text Example

White with #A046E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A046E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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