Html Css Color HEX #A046CF Dark Orchid

📋 copy color: '#A046CF'

red 160 ◦ green 70 ◦ blue 207

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

Shades of Dark Orchid #A046CF

Tints of Dark Orchid #A046CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.37%

R = 36.61%
G = 16.02%
B = 47.37%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A046CF (or 0xA046CF) is known color: Dark Orchid. HEX triplet: A0, 46 and CF. RGB value is (160,70,207). Sum of RGB (Red+Green+Blue) = 160+70+207=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #A046CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A046CF is #5FB930. Grayscale: #707070. Windows color (decimal): -6273329 or 13584032. OLE color: 13584032.

HSL color Cylindrical-coordinate representation of color #A046CF: hue angle of 279.42º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A046CF is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 70 207 -
CMYK 0.23 0.66 0 0.19
HSL 279.42º 0.59% 0.54% -
HSV(B) 279.42º 0.66% 0.81% -
XYZ 27.95 16.36 60.72 -
YUV 112.53 181.32 161.86 -
System Red Green Blue C M Y K H S L
Decimal 160 70 207 0.23 0.66 0 0.19 279.42 0.59 0.54
Hex A0 46 CF 17 42 0 13 117 3B 36
Octal 240 106 317 27 102 0 23 427 73 66
Binary 10100000 1000110 11001111 10111 1000010 0 10011 100010111 111011 110110

Color Harmonies of #A046CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A046CF

Black with #A046CF

Text Example


Text Example

White with #A046CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A046CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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